#396F91

Color #396F91 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #396F91

Tints of Astral #396F91

Color information

#396F91 (or 0x396F91) is unknown color: approx Astral. HEX triplet: 39, 6F and 91. RGB value is (57,111,145). Sum of RGB (Red+Green+Blue) = 57+111+145=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #396F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F91 is #C6906E. Grayscale: #626262. Windows color (decimal): -13013103 or 9531193. OLE color: 9531193.

HSL color Cylindrical-coordinate representation of color #396F91: hue angle of 203.18º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396F91 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57111145-
CMYK0.610.2300.43
HSL203.18º43.56%39.61%-
HSV(B)203.18º60.69%56.86%-
XYZ12.4814.2828.89-
YUV98.73154.1198.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=18.21%
G=35.46%
B=46.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571111450.610.2300.43203.1843.5639.61
Hex396F913D1702Bcb2c28
Octal7115722175270533135450
Binary11100111011111001000111110110111010101111001011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396F91; }

 p { color: rgb(57,111,145); }

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

<style>
 a { background-color: #396F91; }

 a { background-color: rgb(57,111,145); }

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

<style>
 span { border-color: #396F91; }

 span { border-color: rgb(57,111,145); }

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