#2251BA

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

Shades of Cerulean Blue #2251BA

Tints of Cerulean Blue #2251BA

Color information

#2251BA (or 0x2251BA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 51 and BA. RGB value is (34,81,186). Sum of RGB (Red+Green+Blue) = 34+81+186=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 81 (32.03% from 255 or 26.91% 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 #2251BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2251BA is #DDAE45. Grayscale: #4E4E4E. Windows color (decimal): -14528070 or 12210466. OLE color: 12210466.

HSL color Cylindrical-coordinate representation of color #2251BA: hue angle of 221.45º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2251BA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3481186-
CMYK0.820.5600.27
HSL221.45º69.09%43.14%-
HSV(B)221.45º81.72%72.94%-
XYZ12.479.7747.68-
YUV78.92188.4395.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.30%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=11.30%
G=26.91%
B=61.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34811860.820.5600.27221.4569.0943.14
Hex2251BA523801Bdd452b
Octal421212721227003333510553
Binary1000101010001101110101010010111000011011110111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2251BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2251BA; }

 p { color: rgb(34,81,186); }

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

<style>
 a { background-color: #2251BA; }

 a { background-color: rgb(34,81,186); }

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

<style>
 span { border-color: #2251BA; }

 span { border-color: rgb(34,81,186); }

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