#252AA0

Color #252AA0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #252AA0

Tints of Egyptian Blue #252AA0

Color information

#252AA0 (or 0x252AA0) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and A0. RGB value is (37,42,160). Sum of RGB (Red+Green+Blue) = 37+42+160=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #252AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252AA0 is #DAD55F. Grayscale: #353535. Windows color (decimal): -14341472 or 10496549. OLE color: 10496549.

HSL color Cylindrical-coordinate representation of color #252AA0: hue angle of 237.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252AA0 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3742160-
CMYK0.770.7400.37
HSL237.56º62.44%38.63%-
HSV(B)237.56º76.88%62.75%-
XYZ7.944.5933.72-
YUV53.96187.84115.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 160 (62.89% from 255) = 66.95%
R=15.48%
G=17.57%
B=66.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal37421600.770.7400.37237.5662.4438.63
Hex252AA04D4A025ee3e27
Octal45522401151120453567647
Binary1001011010101010000010011011001010010010111101110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252AA0; }

 p { color: rgb(37,42,160); }

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

<style>
 a { background-color: #252AA0; }

 a { background-color: rgb(37,42,160); }

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

<style>
 span { border-color: #252AA0; }

 span { border-color: rgb(37,42,160); }

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