#396E82

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

Shades of Astral #396E82

Tints of Astral #396E82

Color information

#396E82 (or 0x396E82) is unknown color: approx Astral. HEX triplet: 39, 6E and 82. RGB value is (57,110,130). Sum of RGB (Red+Green+Blue) = 57+110+130=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #396E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E82 is #C6917D. Grayscale: #606060. Windows color (decimal): -13013374 or 8547897. OLE color: 8547897.

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

Color convert

RGB57110130-
CMYK0.560.1500.49
HSL196.44º39.04%36.67%-
HSV(B)196.44º56.15%50.98%-
XYZ11.2913.6323.16-
YUV96.43146.9499.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=19.19%
G=37.04%
B=43.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571101300.560.1500.49196.4439.0436.67
Hex396E8238F031c42725
Octal7115620270170613044745
Binary1110011101110100000101110001111011000111000100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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