#282DA0

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

Shades of Egyptian Blue #282DA0

Tints of Egyptian Blue #282DA0

Color information

#282DA0 (or 0x282DA0) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2D and A0. RGB value is (40,45,160). Sum of RGB (Red+Green+Blue) = 40+45+160=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #282DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282DA0 is #D7D25F. Grayscale: #383838. Windows color (decimal): -14144096 or 10497320. OLE color: 10497320.

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

Color convert

RGB4045160-
CMYK0.750.7200.37
HSL237.5º60%39.22%-
HSV(B)237.5º75%62.75%-
XYZ8.164.8733.77-
YUV56.62186.34116.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 160 (62.89% from 255) = 65.31%
R=16.33%
G=18.37%
B=65.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40451600.750.7200.37237.56039.22
Hex282DA04B48025ee3c27
Octal50552401131100453567447
Binary1010001011011010000010010111001000010010111101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,45,160); }

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

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

 a { background-color: rgb(40,45,160); }

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

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

 span { border-color: rgb(40,45,160); }

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