#396C83

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

Shades of Astral #396C83

Tints of Astral #396C83

Color information

#396C83 (or 0x396C83) is unknown color: approx Astral. HEX triplet: 39, 6C and 83. RGB value is (57,108,131). Sum of RGB (Red+Green+Blue) = 57+108+131=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #396C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C83 is #C6937C. Grayscale: #5F5F5F. Windows color (decimal): -13013885 or 8612921. OLE color: 8612921.

HSL color Cylindrical-coordinate representation of color #396C83: hue angle of 198.65º 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 #396C83 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57108131-
CMYK0.560.1800.49
HSL198.65º39.36%36.86%-
HSV(B)198.65º56.49%51.37%-
XYZ11.1513.2323.44-
YUV95.37148.1100.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=19.26%
G=36.49%
B=44.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571081310.560.1800.49198.6539.3636.86
Hex396C833812031c72725
Octal7115420370220613074745
Binary11100111011001000001111100010010011000111000111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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