#283599

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

Shades of Egyptian Blue #283599

Tints of Egyptian Blue #283599

Color information

#283599 (or 0x283599) is unknown color: approx Egyptian Blue. HEX triplet: 28, 35 and 99. RGB value is (40,53,153). Sum of RGB (Red+Green+Blue) = 40+53+153=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #283599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283599 is #D7CA66. Grayscale: #3C3C3C. Windows color (decimal): -14142055 or 10040616. OLE color: 10040616.

HSL color Cylindrical-coordinate representation of color #283599: hue angle of 233.1º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283599 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4053153-
CMYK0.740.6500.4
HSL233.1º58.55%37.84%-
HSV(B)233.1º73.86%60%-
XYZ7.95.330.74-
YUV60.51180.19113.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=16.26%
G=21.54%
B=62.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40531530.740.6500.4233.158.5537.84
Hex2835994A41028e93b26
Octal50652311121010503517346
Binary1010001101011001100110010101000001010100011101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283599; }

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

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

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

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

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

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

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

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