#2251B0

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

Shades of Cerulean Blue #2251B0

Tints of Cerulean Blue #2251B0

Color information

#2251B0 (or 0x2251B0) is unknown color: approx Cerulean Blue. HEX triplet: 22, 51 and B0. RGB value is (34,81,176). Sum of RGB (Red+Green+Blue) = 34+81+176=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #2251B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2251B0 is #DDAE4F. Grayscale: #4D4D4D. Windows color (decimal): -14528080 or 11555106. OLE color: 11555106.

HSL color Cylindrical-coordinate representation of color #2251B0: hue angle of 220.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2251B0 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3481176-
CMYK0.810.5400.31
HSL220.14º67.62%41.18%-
HSV(B)220.14º80.68%69.02%-
XYZ11.449.3642.28-
YUV77.78183.4396.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 176 (69.14% from 255) = 60.48%
R=11.68%
G=27.84%
B=60.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34811760.810.5400.31220.1467.6241.18
Hex2251B0513601Fdc4429
Octal421212601216603733410451
Binary1000101010001101100001010001110110011111110111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2251B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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