#2C4FC8

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

Shades of Cerulean Blue #2C4FC8

Tints of Cerulean Blue #2C4FC8

Color information

#2C4FC8 (or 0x2C4FC8) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4F and C8. RGB value is (44,79,200). Sum of RGB (Red+Green+Blue) = 44+79+200=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 200 (78.52% from 255 or 61.92% from 323); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C4FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4FC8 is #D3B037. Grayscale: #515151. Windows color (decimal): -13873208 or 13127468. OLE color: 13127468.

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

Color convert

RGB4479200-
CMYK0.780.6000.22
HSL226.54º63.93%47.84%-
HSV(B)226.54º78%78.43%-
XYZ14.2610.355.88-
YUV82.33194.4100.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 200 (78.52% from 255) = 61.92%
R=13.62%
G=24.46%
B=61.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44792000.780.6000.22226.5463.9347.84
Hex2C4FC84E3C016e34030
Octal541173101167402634310060
Binary1011001001111110010001001110111100010110111000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,79,200); }

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

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

 a { background-color: rgb(44,79,200); }

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

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

 span { border-color: rgb(44,79,200); }

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