#2254AD

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

Shades of Cerulean Blue #2254AD

Tints of Cerulean Blue #2254AD

Color information

#2254AD (or 0x2254AD) is unknown color: approx Cerulean Blue. HEX triplet: 22, 54 and AD. RGB value is (34,84,173). Sum of RGB (Red+Green+Blue) = 34+84+173=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2254AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2254AD is #DDAB52. Grayscale: #4E4E4E. Windows color (decimal): -14527315 or 11359266. OLE color: 11359266.

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

Color convert

RGB3484173-
CMYK0.800.5100.32
HSL218.42º67.15%40.59%-
HSV(B)218.42º80.35%67.84%-
XYZ11.379.740.81-
YUV79.2180.9495.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=11.68%
G=28.87%
B=59.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34841730.800.5100.32218.4267.1540.59
Hex2254AD5033020da4329
Octal421242551206304033210351
Binary10001010101001010110110100001100110100000110110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2254AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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