#282C9A

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

Shades of Egyptian Blue #282C9A

Tints of Egyptian Blue #282C9A

Color information

#282C9A (or 0x282C9A) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2C and 9A. RGB value is (40,44,154). Sum of RGB (Red+Green+Blue) = 40+44+154=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #282C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C9A is #D7D365. Grayscale: #363636. Windows color (decimal): -14144358 or 10103848. OLE color: 10103848.

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

Color convert

RGB4044154-
CMYK0.740.7100.40
HSL237.89º58.76%38.04%-
HSV(B)237.89º74.03%60.39%-
XYZ7.614.5931.06-
YUV55.34183.67117.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=16.81%
G=18.49%
B=64.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40441540.740.7100.40237.8958.7638.04
Hex282C9A4A47028ee3b26
Octal50542321121070503567346
Binary1010001011001001101010010101000111010100011101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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