#283CA2

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

Shades of Egyptian Blue #283CA2

Tints of Egyptian Blue #283CA2

Color information

#283CA2 (or 0x283CA2) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3C and A2. RGB value is (40,60,162). Sum of RGB (Red+Green+Blue) = 40+60+162=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #283CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CA2 is #D7C35D. Grayscale: #414141. Windows color (decimal): -14140254 or 10632232. OLE color: 10632232.

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

Color convert

RGB4060162-
CMYK0.750.6300.36
HSL230.16º60.4%39.61%-
HSV(B)230.16º75.31%63.53%-
XYZ9.016.2934.92-
YUV65.65182.37109.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 162 (63.67% from 255) = 61.83%
R=15.27%
G=22.90%
B=61.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40601620.750.6300.36230.1660.439.61
Hex283CA24B3F024e63c28
Octal5074242113770443467450
Binary101000111100101000101001011111111010010011100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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