#252A90

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

Shades of Egyptian Blue #252A90

Tints of Egyptian Blue #252A90

Color information

#252A90 (or 0x252A90) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 90. RGB value is (37,42,144). Sum of RGB (Red+Green+Blue) = 37+42+144=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #252A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A90 is #DAD56F. Grayscale: #333333. Windows color (decimal): -14341488 or 9447973. OLE color: 9447973.

HSL color Cylindrical-coordinate representation of color #252A90: hue angle of 237.2º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252A90 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3742144-
CMYK0.740.7100.44
HSL237.2º59.12%35.49%-
HSV(B)237.2º74.31%56.47%-
XYZ6.624.0626.82-
YUV52.13179.84117.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=16.59%
G=18.83%
B=64.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37421440.740.7100.44237.259.1235.49
Hex252A904A4702Ced3b23
Octal45522201121070543557343
Binary1001011010101001000010010101000111010110011101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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