#396B87

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

Shades of Astral #396B87

Tints of Astral #396B87

Color information

#396B87 (or 0x396B87) is unknown color: approx Astral. HEX triplet: 39, 6B and 87. RGB value is (57,107,135). Sum of RGB (Red+Green+Blue) = 57+107+135=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #396B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396B87 is #C69478. Grayscale: #5F5F5F. Windows color (decimal): -13014137 or 8874809. OLE color: 8874809.

HSL color Cylindrical-coordinate representation of color #396B87: hue angle of 201.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396B87 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57107135-
CMYK0.580.2100.47
HSL201.54º40.62%37.65%-
HSV(B)201.54º57.78%52.94%-
XYZ11.3213.1324.86-
YUV95.24150.44100.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=19.06%
G=35.79%
B=45.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571071350.580.2100.47201.5440.6237.65
Hex396B873A1502Fca2926
Octal7115320772250573125146
Binary11100111010111000011111101010101010111111001010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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