#252995

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

Shades of Egyptian Blue #252995

Tints of Egyptian Blue #252995

Color information

#252995 (or 0x252995) is unknown color: approx Egyptian Blue. HEX triplet: 25, 29 and 95. RGB value is (37,41,149). Sum of RGB (Red+Green+Blue) = 37+41+149=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #252995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252995 is #DAD66A. Grayscale: #333333. Windows color (decimal): -14341739 or 9775397. OLE color: 9775397.

HSL color Cylindrical-coordinate representation of color #252995: hue angle of 237.86º 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 #252995 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3741149-
CMYK0.750.7200.42
HSL237.86º60.22%36.47%-
HSV(B)237.86º75.17%58.43%-
XYZ6.984.1528.87-
YUV52.12182.67117.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=16.30%
G=18.06%
B=65.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37411490.750.7200.42237.8660.2236.47
Hex2529954B4802Aee3c24
Octal45512251131100523567444
Binary1001011010011001010110010111001000010101011101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252995; }

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

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

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

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

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

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

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

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