#252B9E

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

Shades of Egyptian Blue #252B9E

Tints of Egyptian Blue #252B9E

Color information

#252B9E (or 0x252B9E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2B and 9E. RGB value is (37,43,158). Sum of RGB (Red+Green+Blue) = 37+43+158=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #252B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252B9E is #DAD461. Grayscale: #353535. Windows color (decimal): -14341218 or 10365733. OLE color: 10365733.

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

Color convert

RGB3743158-
CMYK0.770.7300.38
HSL237.02º62.05%38.24%-
HSV(B)237.02º76.58%61.96%-
XYZ7.84.5932.82-
YUV54.32186.51115.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=15.55%
G=18.07%
B=66.39%

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
Decimal37431580.770.7300.38237.0262.0538.24
Hex252B9E4D49026ed3e26
Octal45532361151110463557646
Binary1001011010111001111010011011001001010011011101101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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