#2F62B2

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

Shades of Cerulean Blue #2F62B2

Tints of Cerulean Blue #2F62B2

Color information

#2F62B2 (or 0x2F62B2) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 62 and B2. RGB value is (47,98,178). Sum of RGB (Red+Green+Blue) = 47+98+178=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #2F62B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F62B2 is #D09D4D. Grayscale: #5B5B5B. Windows color (decimal): -13671758 or 11690543. OLE color: 11690543.

HSL color Cylindrical-coordinate representation of color #2F62B2: hue angle of 216.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F62B2 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4798178-
CMYK0.740.4500.30
HSL216.64º58.22%44.12%-
HSV(B)216.64º73.6%69.8%-
XYZ13.5812.5543.83-
YUV91.87176.696-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 178 (69.92% from 255) = 55.11%
R=14.55%
G=30.34%
B=55.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47981780.740.4500.30216.6458.2244.12
Hex2F62B24A2D01Ed93a2c
Octal57142262112550363317254
Binary101111110001010110010100101010110101111011011001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F62B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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