#283A9C

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

Shades of Egyptian Blue #283A9C

Tints of Egyptian Blue #283A9C

Color information

#283A9C (or 0x283A9C) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3A and 9C. RGB value is (40,58,156). Sum of RGB (Red+Green+Blue) = 40+58+156=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #283A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A9C is #D7C563. Grayscale: #3F3F3F. Windows color (decimal): -14140772 or 10238504. OLE color: 10238504.

HSL color Cylindrical-coordinate representation of color #283A9C: hue angle of 230.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283A9C is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4058156-
CMYK0.740.6300.39
HSL230.69º59.18%38.43%-
HSV(B)230.69º74.36%61.18%-
XYZ8.395.8832.14-
YUV63.79180.04111.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 156 (61.33% from 255) = 61.42%
R=15.75%
G=22.83%
B=61.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40581560.740.6300.39230.6959.1838.43
Hex283A9C4A3F027e73b26
Octal5072234112770473477346
Binary101000111010100111001001010111111010011111100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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