#396887

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

Shades of Astral #396887

Tints of Astral #396887

Color information

#396887 (or 0x396887) is unknown color: approx Astral. HEX triplet: 39, 68 and 87. RGB value is (57,104,135). Sum of RGB (Red+Green+Blue) = 57+104+135=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #396887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396887 is #C69778. Grayscale: #5D5D5D. Windows color (decimal): -13014905 or 8874041. OLE color: 8874041.

HSL color Cylindrical-coordinate representation of color #396887: hue angle of 203.85º 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 #396887 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57104135-
CMYK0.580.2300.47
HSL203.85º40.62%37.65%-
HSV(B)203.85º57.78%52.94%-
XYZ11.0112.5224.76-
YUV93.48151.43101.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=19.26%
G=35.14%
B=45.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571041350.580.2300.47203.8540.6237.65
Hex3968873A1702Fcc2926
Octal7115020772270573145146
Binary11100111010001000011111101010111010111111001100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396887; }

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

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

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

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

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

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

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

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