#283999

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

Shades of Egyptian Blue #283999

Tints of Egyptian Blue #283999

Color information

#283999 (or 0x283999) is unknown color: approx Egyptian Blue. HEX triplet: 28, 39 and 99. RGB value is (40,57,153). Sum of RGB (Red+Green+Blue) = 40+57+153=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #283999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283999 is #D7C666. Grayscale: #3E3E3E. Windows color (decimal): -14141031 or 10041640. OLE color: 10041640.

HSL color Cylindrical-coordinate representation of color #283999: hue angle of 230.97º 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 #283999 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4057153-
CMYK0.740.6300.4
HSL230.97º58.55%37.84%-
HSV(B)230.97º73.86%60%-
XYZ8.095.6830.81-
YUV62.86178.87111.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=16%
G=22.8%
B=61.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40571530.740.6300.4230.9758.5537.84
Hex2839994A3F028e73b26
Octal5071231112770503477346
Binary101000111001100110011001010111111010100011100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283999; }

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

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

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

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

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

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

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

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