#283F9F

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

Shades of Egyptian Blue #283F9F

Tints of Egyptian Blue #283F9F

Color information

#283F9F (or 0x283F9F) is unknown color: approx Egyptian Blue. HEX triplet: 28, 3F and 9F. RGB value is (40,63,159). Sum of RGB (Red+Green+Blue) = 40+63+159=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #283F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F9F is #D7C060. Grayscale: #424242. Windows color (decimal): -14139489 or 10436392. OLE color: 10436392.

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

Color convert

RGB4063159-
CMYK0.750.6000.38
HSL228.4º59.8%39.02%-
HSV(B)228.4º74.84%62.35%-
XYZ8.916.5133.59-
YUV67.07179.88108.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 159 (62.5% from 255) = 60.69%
R=15.27%
G=24.05%
B=60.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40631590.750.6000.38228.459.839.02
Hex283F9F4B3C026e43c27
Octal5077237113740463447447
Binary101000111111100111111001011111100010011011100100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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