#2F66BA

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

Shades of Cerulean Blue #2F66BA

Tints of Cerulean Blue #2F66BA

Color information

#2F66BA (or 0x2F66BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 66 and BA. RGB value is (47,102,186). Sum of RGB (Red+Green+Blue) = 47+102+186=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F66BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F66BA is #D09945. Grayscale: #5E5E5E. Windows color (decimal): -13670726 or 12215855. OLE color: 12215855.

HSL color Cylindrical-coordinate representation of color #2F66BA: hue angle of 216.26º 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 #2F66BA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47102186-
CMYK0.750.4500.27
HSL216.26º59.66%45.69%-
HSV(B)216.26º74.73%72.94%-
XYZ14.7913.6548.31-
YUV95.13179.2893.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=14.03%
G=30.45%
B=55.52%

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
Decimal471021860.750.4500.27216.2659.6645.69
Hex2F66BA4B2D01Bd83c2e
Octal57146272113550333307456
Binary101111110011010111010100101110110101101111011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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