#397187

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

Shades of Astral #397187

Tints of Astral #397187

Color information

#397187 (or 0x397187) is unknown color: approx Astral. HEX triplet: 39, 71 and 87. RGB value is (57,113,135). Sum of RGB (Red+Green+Blue) = 57+113+135=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #397187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397187 is #C68E78. Grayscale: #626262. Windows color (decimal): -13012601 or 8876345. OLE color: 8876345.

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

Color convert

RGB57113135-
CMYK0.580.1600.47
HSL196.92º40.62%37.65%-
HSV(B)196.92º57.78%52.94%-
XYZ11.9714.4325.08-
YUV98.76148.4598.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=18.69%
G=37.05%
B=44.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571131350.580.1600.47196.9240.6237.65
Hex3971873A1002Fc52926
Octal7116120772200573055146
Binary11100111100011000011111101010000010111111000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397187; }

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

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

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

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

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

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

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

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