#253690

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

Shades of Egyptian Blue #253690

Tints of Egyptian Blue #253690

Color information

#253690 (or 0x253690) is unknown color: approx Egyptian Blue. HEX triplet: 25, 36 and 90. RGB value is (37,54,144). Sum of RGB (Red+Green+Blue) = 37+54+144=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #253690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253690 is #DAC96F. Grayscale: #3A3A3A. Windows color (decimal): -14338416 or 9451045. OLE color: 9451045.

HSL color Cylindrical-coordinate representation of color #253690: hue angle of 230.47º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253690 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3754144-
CMYK0.740.6300.44
HSL230.47º59.12%35.49%-
HSV(B)230.47º74.31%56.47%-
XYZ7.125.0526.98-
YUV59.18175.87112.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=15.74%
G=22.98%
B=61.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37541440.740.6300.44230.4759.1235.49
Hex2536904A3F02Ce63b23
Octal4566220112770543467343
Binary100101110110100100001001010111111010110011100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253690; }

 p { color: rgb(37,54,144); }

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

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

 a { background-color: rgb(37,54,144); }

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

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

 span { border-color: rgb(37,54,144); }

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