#396E8F

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

Shades of Astral #396E8F

Tints of Astral #396E8F

Color information

#396E8F (or 0x396E8F) is unknown color: approx Astral. HEX triplet: 39, 6E and 8F. RGB value is (57,110,143). Sum of RGB (Red+Green+Blue) = 57+110+143=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #396E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E8F is #C69170. Grayscale: #616161. Windows color (decimal): -13013361 or 9399865. OLE color: 9399865.

HSL color Cylindrical-coordinate representation of color #396E8F: hue angle of 203.02º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396E8F is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57110143-
CMYK0.600.2300.44
HSL203.02º43%39.22%-
HSV(B)203.02º60.14%56.08%-
XYZ12.221428.05-
YUV97.92153.4498.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=18.39%
G=35.48%
B=46.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571101430.600.2300.44203.024339.22
Hex396E8F3C1702Ccb2b27
Octal7115621774270543135347
Binary11100111011101000111111110010111010110011001011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,143); }

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

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

 a { background-color: rgb(57,110,143); }

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

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

 span { border-color: rgb(57,110,143); }

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