#282C9D

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

Shades of Egyptian Blue #282C9D

Tints of Egyptian Blue #282C9D

Color information

#282C9D (or 0x282C9D) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2C and 9D. RGB value is (40,44,157). Sum of RGB (Red+Green+Blue) = 40+44+157=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #282C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C9D is #D7D362. Grayscale: #373737. Windows color (decimal): -14144355 or 10300456. OLE color: 10300456.

HSL color Cylindrical-coordinate representation of color #282C9D: hue angle of 237.95º degrees, saturation: 0.59, 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 #282C9D is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4044157-
CMYK0.750.7200.38
HSL237.95º59.39%38.63%-
HSV(B)237.95º74.52%61.57%-
XYZ7.864.6932.39-
YUV55.69185.17116.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=16.60%
G=18.26%
B=65.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40441570.750.7200.38237.9559.3938.63
Hex282C9D4B48026ee3b27
Octal50542351131100463567347
Binary1010001011001001110110010111001000010011011101110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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