#283A98

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

Shades of Egyptian Blue #283A98

Tints of Egyptian Blue #283A98

Color information

#283A98 (or 0x283A98) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3A and 98. RGB value is (40,58,152). Sum of RGB (Red+Green+Blue) = 40+58+152=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #283A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A98 is #D7C567. Grayscale: #3E3E3E. Windows color (decimal): -14140776 or 9976360. OLE color: 9976360.

HSL color Cylindrical-coordinate representation of color #283A98: hue angle of 230.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283A98 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4058152-
CMYK0.740.6200.40
HSL230.36º58.33%37.65%-
HSV(B)230.36º73.68%59.61%-
XYZ8.065.7430.39-
YUV63.33178.04111.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=16%
G=23.2%
B=60.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40581520.740.6200.40230.3658.3337.65
Hex283A984A3E028e63a26
Octal5072230112760503467246
Binary101000111010100110001001010111110010100011100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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