#252C9E

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

Shades of Egyptian Blue #252C9E

Tints of Egyptian Blue #252C9E

Color information

#252C9E (or 0x252C9E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2C and 9E. RGB value is (37,44,158). Sum of RGB (Red+Green+Blue) = 37+44+158=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #252C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C9E is #DAD361. Grayscale: #363636. Windows color (decimal): -14340962 or 10365989. OLE color: 10365989.

HSL color Cylindrical-coordinate representation of color #252C9E: hue angle of 236.53º 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 #252C9E is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3744158-
CMYK0.770.7200.38
HSL236.53º62.05%38.24%-
HSV(B)236.53º76.58%61.96%-
XYZ7.844.6632.83-
YUV54.9186.18115.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=15.48%
G=18.41%
B=66.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37441580.770.7200.38236.5362.0538.24
Hex252C9E4D48026ed3e26
Octal45542361151100463557646
Binary1001011011001001111010011011001000010011011101101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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