#253098

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

Shades of Egyptian Blue #253098

Tints of Egyptian Blue #253098

Color information

#253098 (or 0x253098) is unknown color: approx Egyptian Blue. HEX triplet: 25, 30 and 98. RGB value is (37,48,152). Sum of RGB (Red+Green+Blue) = 37+48+152=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #253098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253098 is #DACF67. Grayscale: #383838. Windows color (decimal): -14339944 or 9973797. OLE color: 9973797.

HSL color Cylindrical-coordinate representation of color #253098: hue angle of 234.26º 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 #253098 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3748152-
CMYK0.760.6800.40
HSL234.26º60.85%37.06%-
HSV(B)234.26º75.66%59.61%-
XYZ7.494.7730.23-
YUV56.57181.86114.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 152 (59.77% from 255) = 64.14%
R=15.61%
G=20.25%
B=64.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37481520.760.6800.40234.2660.8537.06
Hex2530984C44028ea3d25
Octal45602301141040503527545
Binary1001011100001001100010011001000100010100011101010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253098; }

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

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

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

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

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

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

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

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