#283595

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

Shades of Egyptian Blue #283595

Tints of Egyptian Blue #283595

Color information

#283595 (or 0x283595) is unknown color: approx Egyptian Blue. HEX triplet: 28, 35 and 95. RGB value is (40,53,149). Sum of RGB (Red+Green+Blue) = 40+53+149=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #283595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283595 is #D7CA6A. Grayscale: #3B3B3B. Windows color (decimal): -14142059 or 9778472. OLE color: 9778472.

HSL color Cylindrical-coordinate representation of color #283595: hue angle of 232.84º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283595 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4053149-
CMYK0.730.6400.42
HSL232.84º57.67%37.06%-
HSV(B)232.84º73.15%58.43%-
XYZ7.575.1729.03-
YUV60.06178.19113.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=16.53%
G=21.90%
B=61.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40531490.730.6400.42232.8457.6737.06
Hex283595494002Ae93a25
Octal50652251111000523517245
Binary1010001101011001010110010011000000010101011101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283595; }

 p { color: rgb(40,53,149); }

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

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

 a { background-color: rgb(40,53,149); }

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

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

 span { border-color: rgb(40,53,149); }

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