#282E9F

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

Shades of Egyptian Blue #282E9F

Tints of Egyptian Blue #282E9F

Color information

#282E9F (or 0x282E9F) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2E and 9F. RGB value is (40,46,159). Sum of RGB (Red+Green+Blue) = 40+46+159=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #282E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E9F is #D7D160. Grayscale: #383838. Windows color (decimal): -14143841 or 10432040. OLE color: 10432040.

HSL color Cylindrical-coordinate representation of color #282E9F: hue angle of 236.97º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282E9F is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4046159-
CMYK0.750.7100.38
HSL236.97º59.8%39.02%-
HSV(B)236.97º74.84%62.35%-
XYZ8.114.9133.32-
YUV57.09185.51115.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=16.33%
G=18.78%
B=64.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40461590.750.7100.38236.9759.839.02
Hex282E9F4B47026ed3c27
Octal50562371131070463557447
Binary1010001011101001111110010111000111010011011101101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E9F; }

 p { color: rgb(40,46,159); }

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

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

 a { background-color: rgb(40,46,159); }

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

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

 span { border-color: rgb(40,46,159); }

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