#2F4ECC

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

Shades of Cerulean Blue #2F4ECC

Tints of Cerulean Blue #2F4ECC

Color information

#2F4ECC (or 0x2F4ECC) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 4E and CC. RGB value is (47,78,204). Sum of RGB (Red+Green+Blue) = 47+78+204=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F4ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4ECC is #D0B133. Grayscale: #525252. Windows color (decimal): -13676852 or 13389359. OLE color: 13389359.

HSL color Cylindrical-coordinate representation of color #2F4ECC: hue angle of 228.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F4ECC is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4778204-
CMYK0.770.6200.2
HSL228.15º62.55%49.22%-
HSV(B)228.15º76.96%80%-
XYZ14.810.4158.36-
YUV83.1196.23102.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=14.29%
G=23.71%
B=62.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal47782040.770.6200.2228.1562.5549.22
Hex2F4ECC4D3E014e43f31
Octal57116314115760243447761
Binary101111100111011001100100110111111001010011100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,204); }

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

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

 a { background-color: rgb(47,78,204); }

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

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

 span { border-color: rgb(47,78,204); }

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