#397087

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

Shades of Astral #397087

Tints of Astral #397087

Color information

#397087 (or 0x397087) is unknown color: approx Astral. HEX triplet: 39, 70 and 87. RGB value is (57,112,135). Sum of RGB (Red+Green+Blue) = 57+112+135=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #397087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397087 is #C68F78. Grayscale: #626262. Windows color (decimal): -13012857 or 8876089. OLE color: 8876089.

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

Color convert

RGB57112135-
CMYK0.580.1700.47
HSL197.69º40.62%37.65%-
HSV(B)197.69º57.78%52.94%-
XYZ11.8514.2125.04-
YUV98.18148.7898.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=18.75%
G=36.84%
B=44.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571121350.580.1700.47197.6940.6237.65
Hex3970873A1102Fc62926
Octal7116020772210573065146
Binary11100111100001000011111101010001010111111000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397087; }

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

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

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

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

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

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

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

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