#2F44BA

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

Shades of Cerulean Blue #2F44BA

Tints of Cerulean Blue #2F44BA

Color information

#2F44BA (or 0x2F44BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 44 and BA. RGB value is (47,68,186). Sum of RGB (Red+Green+Blue) = 47+68+186=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F44BA is #D0BB45. Grayscale: #4A4A4A. Windows color (decimal): -13679430 or 12207151. OLE color: 12207151.

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

Color convert

RGB4768186-
CMYK0.750.6300.27
HSL230.94º59.66%45.69%-
HSV(B)230.94º74.73%72.94%-
XYZ12.18.2847.42-
YUV75.17190.54107.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=15.61%
G=22.59%
B=61.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47681860.750.6300.27230.9459.6645.69
Hex2F44BA4B3F01Be73c2e
Octal57104272113770333477456
Binary101111100010010111010100101111111101101111100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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