#396D84

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

Shades of Astral #396D84

Tints of Astral #396D84

Color information

#396D84 (or 0x396D84) is unknown color: approx Astral. HEX triplet: 39, 6D and 84. RGB value is (57,109,132). Sum of RGB (Red+Green+Blue) = 57+109+132=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #396D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D84 is #C6927B. Grayscale: #5F5F5F. Windows color (decimal): -13013628 or 8678713. OLE color: 8678713.

HSL color Cylindrical-coordinate representation of color #396D84: hue angle of 198.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396D84 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57109132-
CMYK0.570.1700.48
HSL198.4º39.68%37.06%-
HSV(B)198.4º56.82%51.76%-
XYZ11.3213.4723.83-
YUV96.07148.27100.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=19.13%
G=36.58%
B=44.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571091320.570.1700.48198.439.6837.06
Hex396D843911030c62825
Octal7115520471210603065045
Binary11100111011011000010011100110001011000011000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,132); }

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

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

 a { background-color: rgb(57,109,132); }

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

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

 span { border-color: rgb(57,109,132); }

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