#396E83

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

Shades of Astral #396E83

Tints of Astral #396E83

Color information

#396E83 (or 0x396E83) is unknown color: approx Astral. HEX triplet: 39, 6E and 83. RGB value is (57,110,131). Sum of RGB (Red+Green+Blue) = 57+110+131=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #396E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E83 is #C6917C. Grayscale: #606060. Windows color (decimal): -13013373 or 8613433. OLE color: 8613433.

HSL color Cylindrical-coordinate representation of color #396E83: hue angle of 197.03º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396E83 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57110131-
CMYK0.560.1600.49
HSL197.03º39.36%36.86%-
HSV(B)197.03º56.49%51.37%-
XYZ11.3613.6623.51-
YUV96.55147.4499.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=19.13%
G=36.91%
B=43.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571101310.560.1600.49197.0339.3636.86
Hex396E833810031c52725
Octal7115620370200613054745
Binary11100111011101000001111100010000011000111000101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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