#282F9B

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

Shades of Egyptian Blue #282F9B

Tints of Egyptian Blue #282F9B

Color information

#282F9B (or 0x282F9B) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2F and 9B. RGB value is (40,47,155). Sum of RGB (Red+Green+Blue) = 40+47+155=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #282F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F9B is #D7D064. Grayscale: #383838. Windows color (decimal): -14143589 or 10170152. OLE color: 10170152.

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

Color convert

RGB4047155-
CMYK0.740.7000.39
HSL236.35º58.97%38.24%-
HSV(B)236.35º74.19%60.78%-
XYZ7.814.8531.54-
YUV57.22183.18115.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 155 (60.94% from 255) = 64.05%
R=16.53%
G=19.42%
B=64.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40471550.740.7000.39236.3558.9738.24
Hex282F9B4A46027ec3b26
Octal50572331121060473547346
Binary1010001011111001101110010101000110010011111101100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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