#253097

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

Shades of Egyptian Blue #253097

Tints of Egyptian Blue #253097

Color information

#253097 (or 0x253097) is unknown color: approx Egyptian Blue. HEX triplet: 25, 30 and 97. RGB value is (37,48,151). Sum of RGB (Red+Green+Blue) = 37+48+151=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #253097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253097 is #DACF68. Grayscale: #383838. Windows color (decimal): -14339945 or 9908261. OLE color: 9908261.

HSL color Cylindrical-coordinate representation of color #253097: hue angle of 234.21º degrees, saturation: 0.61, 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 #253097 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3748151-
CMYK0.750.6800.41
HSL234.21º60.64%36.86%-
HSV(B)234.21º75.5%59.22%-
XYZ7.414.7429.8-
YUV56.45181.36114.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 151 (59.38% from 255) = 63.98%
R=15.68%
G=20.34%
B=63.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37481510.750.6800.41234.2160.6436.86
Hex2530974B44029ea3d25
Octal45602271131040513527545
Binary1001011100001001011110010111000100010100111101010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253097; }

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

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

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

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

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

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

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

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