#2F47AB

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

Shades of Cerulean Blue #2F47AB

Tints of Cerulean Blue #2F47AB

Color information

#2F47AB (or 0x2F47AB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 47 and AB. RGB value is (47,71,171). Sum of RGB (Red+Green+Blue) = 47+71+171=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F47AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F47AB is #D0B854. Grayscale: #4A4A4A. Windows color (decimal): -13678677 or 11224879. OLE color: 11224879.

HSL color Cylindrical-coordinate representation of color #2F47AB: hue angle of 228.39º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F47AB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4771171-
CMYK0.730.5800.33
HSL228.39º56.88%42.75%-
HSV(B)228.39º72.51%67.06%-
XYZ10.788.0539.51-
YUV75.22182.05107.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=16.26%
G=24.57%
B=59.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47711710.730.5800.33228.3956.8842.75
Hex2F47AB493A021e4392b
Octal57107253111720413447153
Binary1011111000111101010111001001111010010000111100100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,171); }

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

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

 a { background-color: rgb(47,71,171); }

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

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

 span { border-color: rgb(47,71,171); }

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