#283A9E

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

Shades of Egyptian Blue #283A9E

Tints of Egyptian Blue #283A9E

Color information

#283A9E (or 0x283A9E) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3A and 9E. RGB value is (40,58,158). Sum of RGB (Red+Green+Blue) = 40+58+158=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #283A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A9E is #D7C561. Grayscale: #3F3F3F. Windows color (decimal): -14140770 or 10369576. OLE color: 10369576.

HSL color Cylindrical-coordinate representation of color #283A9E: hue angle of 230.85º degrees, saturation: 0.6, 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 #283A9E is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4058158-
CMYK0.750.6300.38
HSL230.85º59.6%38.82%-
HSV(B)230.85º74.68%61.96%-
XYZ8.565.9533.04-
YUV64.02181.04110.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=15.62%
G=22.66%
B=61.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40581580.750.6300.38230.8559.638.82
Hex283A9E4B3F026e73c27
Octal5072236113770463477447
Binary101000111010100111101001011111111010011011100111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283A9E; }

 p { color: rgb(40,58,158); }

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

<style>
 a { background-color: #283A9E; }

 a { background-color: rgb(40,58,158); }

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

<style>
 span { border-color: #283A9E; }

 span { border-color: rgb(40,58,158); }

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