#283FA2

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

Shades of Egyptian Blue #283FA2

Tints of Egyptian Blue #283FA2

Color information

#283FA2 (or 0x283FA2) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3F and A2. RGB value is (40,63,162). Sum of RGB (Red+Green+Blue) = 40+63+162=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 162 (63.67% from 255 or 61.13% from 265); Max value from RGB is 162 - color contains mainly: blue. Hex color #283FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FA2 is #D7C05D. Grayscale: #424242. Windows color (decimal): -14139486 or 10633000. OLE color: 10633000.

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

Color convert

RGB4063162-
CMYK0.750.6100.36
HSL228.69º60.4%39.61%-
HSV(B)228.69º75.31%63.53%-
XYZ9.176.6134.98-
YUV67.41181.38108.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 162 (63.67% from 255) = 61.13%
R=15.09%
G=23.77%
B=61.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40631620.750.6100.36228.6960.439.61
Hex283FA24B3D024e53c28
Octal5077242113750443457450
Binary101000111111101000101001011111101010010011100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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