#253995

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

Shades of Egyptian Blue #253995

Tints of Egyptian Blue #253995

Color information

#253995 (or 0x253995) is unknown color: approx Egyptian Blue. HEX triplet: 25, 39 and 95. RGB value is (37,57,149). Sum of RGB (Red+Green+Blue) = 37+57+149=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #253995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253995 is #DAC66A. Grayscale: #3D3D3D. Windows color (decimal): -14337643 or 9779493. OLE color: 9779493.

HSL color Cylindrical-coordinate representation of color #253995: hue angle of 229.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253995 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3757149-
CMYK0.750.6200.42
HSL229.29º60.22%36.47%-
HSV(B)229.29º75.17%58.43%-
XYZ7.655.4929.09-
YUV61.51177.37110.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=15.23%
G=23.46%
B=61.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37571490.750.6200.42229.2960.2236.47
Hex2539954B3E02Ae53c24
Octal4571225113760523457444
Binary100101111001100101011001011111110010101011100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253995; }

 p { color: rgb(37,57,149); }

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

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

 a { background-color: rgb(37,57,149); }

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

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

 span { border-color: rgb(37,57,149); }

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