#252A92

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

Shades of Egyptian Blue #252A92

Tints of Egyptian Blue #252A92

Color information

#252A92 (or 0x252A92) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 92. RGB value is (37,42,146). Sum of RGB (Red+Green+Blue) = 37+42+146=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #252A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A92 is #DAD56D. Grayscale: #333333. Windows color (decimal): -14341486 or 9579045. OLE color: 9579045.

HSL color Cylindrical-coordinate representation of color #252A92: hue angle of 237.25º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252A92 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3742146-
CMYK0.750.7100.43
HSL237.25º59.56%35.88%-
HSV(B)237.25º74.66%57.25%-
XYZ6.784.1227.63-
YUV52.36180.84117.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=16.44%
G=18.67%
B=64.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37421460.750.7100.43237.2559.5635.88
Hex252A924B4702Bed3c24
Octal45522221131070533557444
Binary1001011010101001001010010111000111010101111101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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