#252A98

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

Shades of Egyptian Blue #252A98

Tints of Egyptian Blue #252A98

Color information

#252A98 (or 0x252A98) is unknown color: approx Egyptian Blue. HEX triplet: 25, 2A and 98. RGB value is (37,42,152). Sum of RGB (Red+Green+Blue) = 37+42+152=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #252A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A98 is #DAD567. Grayscale: #343434. Windows color (decimal): -14341480 or 9972261. OLE color: 9972261.

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

Color convert

RGB3742152-
CMYK0.760.7200.40
HSL237.39º60.85%37.06%-
HSV(B)237.39º75.66%59.61%-
XYZ7.264.3230.16-
YUV53.04183.84116.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 152 (59.77% from 255) = 65.80%
R=16.02%
G=18.18%
B=65.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37421520.760.7200.40237.3960.8537.06
Hex252A984C48028ed3d25
Octal45522301141100503557545
Binary1001011010101001100010011001001000010100011101101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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