#2F62BA

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

Shades of Cerulean Blue #2F62BA

Tints of Cerulean Blue #2F62BA

Color information

#2F62BA (or 0x2F62BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 62 and BA. RGB value is (47,98,186). Sum of RGB (Red+Green+Blue) = 47+98+186=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F62BA is #D09D45. Grayscale: #5C5C5C. Windows color (decimal): -13671750 or 12214831. OLE color: 12214831.

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

Color convert

RGB4798186-
CMYK0.750.4700.27
HSL217.99º59.66%45.69%-
HSV(B)217.99º74.73%72.94%-
XYZ14.412.8848.18-
YUV92.78180.695.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.20%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=14.20%
G=29.61%
B=56.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47981860.750.4700.27217.9959.6645.69
Hex2F62BA4B2F01Bda3c2e
Octal57142272113570333327456
Binary101111110001010111010100101110111101101111011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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