#2254AA

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

Shades of Cerulean Blue #2254AA

Tints of Cerulean Blue #2254AA

Color information

#2254AA (or 0x2254AA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 54 and AA. RGB value is (34,84,170). Sum of RGB (Red+Green+Blue) = 34+84+170=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #2254AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2254AA is #DDAB55. Grayscale: #4E4E4E. Windows color (decimal): -14527318 or 11162658. OLE color: 11162658.

HSL color Cylindrical-coordinate representation of color #2254AA: hue angle of 217.94º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2254AA is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3484170-
CMYK0.800.5100.33
HSL217.94º66.67%40%-
HSV(B)217.94º80%66.67%-
XYZ11.099.5839.3-
YUV78.85179.4496.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=11.81%
G=29.17%
B=59.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34841700.800.5100.33217.9466.6740
Hex2254AA5033021da4328
Octal421242521206304133210350
Binary10001010101001010101010100001100110100001110110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2254AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2254AA; }

 p { color: rgb(34,84,170); }

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

<style>
 a { background-color: #2254AA; }

 a { background-color: rgb(34,84,170); }

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

<style>
 span { border-color: #2254AA; }

 span { border-color: rgb(34,84,170); }

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