#2F59BE

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

Shades of Cerulean Blue #2F59BE

Tints of Cerulean Blue #2F59BE

Color information

#2F59BE (or 0x2F59BE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 59 and BE. RGB value is (47,89,190). Sum of RGB (Red+Green+Blue) = 47+89+190=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F59BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F59BE is #D0A641. Grayscale: #575757. Windows color (decimal): -13674050 or 12474671. OLE color: 12474671.

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

Color convert

RGB4789190-
CMYK0.750.5300.25
HSL222.38º60.34%46.47%-
HSV(B)222.38º75.26%74.51%-
XYZ14.0411.4750.19-
YUV87.96185.5998.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=14.42%
G=27.30%
B=58.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47891900.750.5300.25222.3860.3446.47
Hex2F59BE4B35019de3c2e
Octal57131276113650313367456
Binary101111101100110111110100101111010101100111011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,190); }

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

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

 a { background-color: rgb(47,89,190); }

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

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

 span { border-color: rgb(47,89,190); }

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