#283AA2

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

Shades of Egyptian Blue #283AA2

Tints of Egyptian Blue #283AA2

Color information

#283AA2 (or 0x283AA2) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3A and A2. RGB value is (40,58,162). Sum of RGB (Red+Green+Blue) = 40+58+162=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #283AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA2 is #D7C55D. Grayscale: #404040. Windows color (decimal): -14140766 or 10631720. OLE color: 10631720.

HSL color Cylindrical-coordinate representation of color #283AA2: hue angle of 231.15º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #283AA2 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4058162-
CMYK0.750.6400.36
HSL231.15º60.4%39.61%-
HSV(B)231.15º75.31%63.53%-
XYZ8.916.0934.89-
YUV64.47183.04110.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 162 (63.67% from 255) = 62.31%
R=15.38%
G=22.31%
B=62.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40581620.750.6400.36231.1560.439.61
Hex283AA24B40024e73c28
Octal50722421131000443477450
Binary1010001110101010001010010111000000010010011100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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