#2c4ec9

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

Shades of Cerulean Blue #2C4EC9

Tints of Cerulean Blue #2C4EC9

Color information

#2C4EC9 (or 0x2C4EC9) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4E and C9. RGB value is (44,78,201). Sum of RGB (Red+Green+Blue) = 44+78+201=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #2C4EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EC9 is #D3B136. Grayscale: #515151. Windows color (decimal): -13873463 or 13192748. OLE color: 13192748.

HSL color Cylindrical-coordinate representation of color #2C4EC9: hue angle of 227.01º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C4EC9 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4478201-
CMYK0.780.6100.21
HSL227.01º64.08%48.04%-
HSV(B)227.01º78.11%78.82%-
XYZ14.3110.256.47-
YUV81.86195.24101-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 201 (78.91% from 255) = 62.23%
R=13.62%
G=24.15%
B=62.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44782010.780.6100.21227.0164.0848.04
Hex2C4EC94E3D015e34030
Octal541163111167502534310060
Binary1011001001110110010011001110111101010101111000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c4ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,201); }

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

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

 a { background-color: rgb(44,78,201); }

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

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

 span { border-color: rgb(44,78,201); }

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