#396B81

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

Shades of Astral #396B81

Tints of Astral #396B81

Color information

#396B81 (or 0x396B81) is unknown color: approx Astral. HEX triplet: 39, 6B and 81. RGB value is (57,107,129). Sum of RGB (Red+Green+Blue) = 57+107+129=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #396B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396B81 is #C6947E. Grayscale: #5E5E5E. Windows color (decimal): -13014143 or 8481593. OLE color: 8481593.

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

Color convert

RGB57107129-
CMYK0.560.1700.49
HSL198.33º38.71%36.47%-
HSV(B)198.33º55.81%50.59%-
XYZ10.9112.9722.7-
YUV94.56147.44101.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=19.45%
G=36.52%
B=44.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571071290.560.1700.49198.3338.7136.47
Hex396B813811031c62724
Octal7115320170210613064744
Binary11100111010111000000111100010001011000111000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,129); }

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

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

 a { background-color: rgb(57,107,129); }

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

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

 span { border-color: rgb(57,107,129); }

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