#2F4FBB

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

Shades of Cerulean Blue #2F4FBB

Tints of Cerulean Blue #2F4FBB

Color information

#2F4FBB (or 0x2F4FBB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 4F and BB. RGB value is (47,79,187). Sum of RGB (Red+Green+Blue) = 47+79+187=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F4FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FBB is #D0B044. Grayscale: #515151. Windows color (decimal): -13676613 or 12275503. OLE color: 12275503.

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

Color convert

RGB4779187-
CMYK0.750.5800.27
HSL226.29º59.83%45.88%-
HSV(B)226.29º74.87%73.33%-
XYZ12.949.7848.22-
YUV81.74187.4103.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=15.02%
G=25.24%
B=59.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47791870.750.5800.27226.2959.8345.88
Hex2F4FBB4B3A01Be23c2e
Octal57117273113720333427456
Binary101111100111110111011100101111101001101111100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,79,187); }

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

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

 a { background-color: rgb(47,79,187); }

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

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

 span { border-color: rgb(47,79,187); }

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