#2C52CE

Color #2C52CE Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2C52CE

Tints of Cerulean Blue #2C52CE

Color information

#2C52CE (or 0x2C52CE) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 52 and CE. RGB value is (44,82,206). Sum of RGB (Red+Green+Blue) = 44+82+206=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C52CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C52CE is #D3AD31. Grayscale: #545454. Windows color (decimal): -13872434 or 13521452. OLE color: 13521452.

HSL color Cylindrical-coordinate representation of color #2C52CE: hue angle of 225.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C52CE is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4482206-
CMYK0.790.6000.19
HSL225.93º64.8%49.02%-
HSV(B)225.93º78.64%80.78%-
XYZ15.211.0359.72-
YUV84.77196.4198.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 206 (80.86% from 255) = 62.05%
R=13.25%
G=24.70%
B=62.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44822060.790.6000.19225.9364.849.02
Hex2C52CE4F3C013e24131
Octal541223161177402334210161
Binary1011001010010110011101001111111100010011111000101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C52CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C52CE; }

 p { color: rgb(44,82,206); }

 H1.HeaderClassName
 {
   color: #2C52CE;
 }
 .AnyTagClassName
 {
   color: #2C52CE;
 }
</style>
background-color css

<style>
 a { background-color: #2C52CE; }

 a { background-color: rgb(44,82,206); }

 div.DivClassName
 {
   background-color: #2C52CE;
 }
 .BgClassName
 {
   background-color: #2C52CE;
 }
</style>
border-color css

<style>
 span { border-color: #2C52CE; }

 span { border-color: rgb(44,82,206); }

 td.TdClassName
 {
   border-color: #2C52CE;
 }
 .TagClassName
 {
   border-color: #2C52CE;
 }
</style>