#2F67BA

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

Shades of Cerulean Blue #2F67BA

Tints of Cerulean Blue #2F67BA

Color information

#2F67BA (or 0x2F67BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 67 and BA. RGB value is (47,103,186). Sum of RGB (Red+Green+Blue) = 47+103+186=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F67BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F67BA is #D09845. Grayscale: #5F5F5F. Windows color (decimal): -13670470 or 12216111. OLE color: 12216111.

HSL color Cylindrical-coordinate representation of color #2F67BA: hue angle of 215.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F67BA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47103186-
CMYK0.750.4500.27
HSL215.83º59.66%45.69%-
HSV(B)215.83º74.73%72.94%-
XYZ14.8913.8548.34-
YUV95.72178.9593.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.99%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=13.99%
G=30.65%
B=55.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471031860.750.4500.27215.8359.6645.69
Hex2F67BA4B2D01Bd83c2e
Octal57147272113550333307456
Binary101111110011110111010100101110110101101111011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,103,186); }

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

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

 a { background-color: rgb(47,103,186); }

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

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

 span { border-color: rgb(47,103,186); }

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