#282D9B

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

Shades of Egyptian Blue #282D9B

Tints of Egyptian Blue #282D9B

Color information

#282D9B (or 0x282D9B) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2D and 9B. RGB value is (40,45,155). Sum of RGB (Red+Green+Blue) = 40+45+155=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #282D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D9B is #D7D264. Grayscale: #373737. Windows color (decimal): -14144101 or 10169640. OLE color: 10169640.

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

Color convert

RGB4045155-
CMYK0.740.7100.39
HSL237.39º58.97%38.24%-
HSV(B)237.39º74.19%60.78%-
XYZ7.734.6931.51-
YUV56.04183.84116.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=16.67%
G=18.75%
B=64.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40451550.740.7100.39237.3958.9738.24
Hex282D9B4A47027ed3b26
Octal50552331121070473557346
Binary1010001011011001101110010101000111010011111101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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