#252A96

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

Shades of Egyptian Blue #252A96

Tints of Egyptian Blue #252A96

Color information

#252A96 (or 0x252A96) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 96. RGB value is (37,42,150). Sum of RGB (Red+Green+Blue) = 37+42+150=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #252A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A96 is #DAD569. Grayscale: #343434. Windows color (decimal): -14341482 or 9841189. OLE color: 9841189.

HSL color Cylindrical-coordinate representation of color #252A96: hue angle of 237.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252A96 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3742150-
CMYK0.750.7200.41
HSL237.35º60.43%36.67%-
HSV(B)237.35º75.33%58.82%-
XYZ7.14.2529.3-
YUV52.82182.84116.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=16.16%
G=18.34%
B=65.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37421500.750.7200.41237.3560.4336.67
Hex252A964B48029ed3c25
Octal45522261131100513557445
Binary1001011010101001011010010111001000010100111101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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