#254AA2

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

Shades of Cerulean Blue #254AA2

Tints of Cerulean Blue #254AA2

Color information

#254AA2 (or 0x254AA2) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4A and A2. RGB value is (37,74,162). Sum of RGB (Red+Green+Blue) = 37+74+162=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #254AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AA2 is #DAB55D. Grayscale: #484848. Windows color (decimal): -14333278 or 10635813. OLE color: 10635813.

HSL color Cylindrical-coordinate representation of color #254AA2: hue angle of 222.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254AA2 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3774162-
CMYK0.770.5400.36
HSL222.24º62.81%39.02%-
HSV(B)222.24º77.16%63.53%-
XYZ9.737.935.19-
YUV72.97178.24102.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=13.55%
G=27.11%
B=59.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37741620.770.5400.36222.2462.8139.02
Hex254AA24D36024de3f27
Octal45112242115660443367747
Binary1001011001010101000101001101110110010010011011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254AA2; }

 p { color: rgb(37,74,162); }

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

<style>
 a { background-color: #254AA2; }

 a { background-color: rgb(37,74,162); }

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

<style>
 span { border-color: #254AA2; }

 span { border-color: rgb(37,74,162); }

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