#282B9A

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

Shades of Egyptian Blue #282B9A

Tints of Egyptian Blue #282B9A

Color information

#282B9A (or 0x282B9A) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2B and 9A. RGB value is (40,43,154). Sum of RGB (Red+Green+Blue) = 40+43+154=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #282B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282B9A is #D7D465. Grayscale: #363636. Windows color (decimal): -14144614 or 10103592. OLE color: 10103592.

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

Color convert

RGB4043154-
CMYK0.740.7200.40
HSL238.42º58.76%38.04%-
HSV(B)238.42º74.03%60.39%-
XYZ7.574.5131.04-
YUV54.76184.01117.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=16.88%
G=18.14%
B=64.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40431540.740.7200.40238.4258.7638.04
Hex282B9A4A48028ee3b26
Octal50532321121100503567346
Binary1010001010111001101010010101001000010100011101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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