#283EA3

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

Shades of Egyptian Blue #283EA3

Tints of Egyptian Blue #283EA3

Color information

#283EA3 (or 0x283EA3) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3E and A3. RGB value is (40,62,163). Sum of RGB (Red+Green+Blue) = 40+62+163=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #283EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EA3 is #D7C15C. Grayscale: #424242. Windows color (decimal): -14139741 or 10698280. OLE color: 10698280.

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

Color convert

RGB4062163-
CMYK0.750.6200.36
HSL229.27º60.59%39.8%-
HSV(B)229.27º75.46%63.92%-
XYZ9.216.5435.43-
YUV66.94182.21108.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 163 (64.06% from 255) = 61.51%
R=15.09%
G=23.40%
B=61.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40621630.750.6200.36229.2760.5939.8
Hex283EA34B3E024e53d28
Octal5076243113760443457550
Binary101000111110101000111001011111110010010011100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,62,163); }

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

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

 a { background-color: rgb(40,62,163); }

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

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

 span { border-color: rgb(40,62,163); }

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