#282E9A

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

Shades of Egyptian Blue #282E9A

Tints of Egyptian Blue #282E9A

Color information

#282E9A (or 0x282E9A) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2E and 9A. RGB value is (40,46,154). Sum of RGB (Red+Green+Blue) = 40+46+154=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #282E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E9A is #D7D165. Grayscale: #383838. Windows color (decimal): -14143846 or 10104360. OLE color: 10104360.

HSL color Cylindrical-coordinate representation of color #282E9A: hue angle of 236.84º 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 #282E9A is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4046154-
CMYK0.740.7000.40
HSL236.84º58.76%38.04%-
HSV(B)236.84º74.03%60.39%-
XYZ7.684.7431.08-
YUV56.52183.01116.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=16.67%
G=19.17%
B=64.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40461540.740.7000.40236.8458.7638.04
Hex282E9A4A46028ed3b26
Octal50562321121060503557346
Binary1010001011101001101010010101000110010100011101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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