#252A9E

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

Shades of Egyptian Blue #252A9E

Tints of Egyptian Blue #252A9E

Color information

#252A9E (or 0x252A9E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 9E. RGB value is (37,42,158). Sum of RGB (Red+Green+Blue) = 37+42+158=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #252A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A9E is #DAD561. Grayscale: #353535. Windows color (decimal): -14341474 or 10365477. OLE color: 10365477.

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

Color convert

RGB3742158-
CMYK0.770.7300.38
HSL237.52º62.05%38.24%-
HSV(B)237.52º76.58%61.96%-
XYZ7.764.5232.81-
YUV53.73186.84116.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=15.61%
G=17.72%
B=66.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37421580.770.7300.38237.5262.0538.24
Hex252A9E4D49026ee3e26
Octal45522361151110463567646
Binary1001011010101001111010011011001001010011011101110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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