#397191

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

Shades of Astral #397191

Tints of Astral #397191

Color information

#397191 (or 0x397191) is unknown color: approx Astral. HEX triplet: 39, 71 and 91. RGB value is (57,113,145). Sum of RGB (Red+Green+Blue) = 57+113+145=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #397191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397191 is #C68E6E. Grayscale: #636363. Windows color (decimal): -13012591 or 9531705. OLE color: 9531705.

HSL color Cylindrical-coordinate representation of color #397191: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397191 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57113145-
CMYK0.610.2200.43
HSL201.82º43.56%39.61%-
HSV(B)201.82º60.69%56.86%-
XYZ12.714.7228.96-
YUV99.9153.4597.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=18.10%
G=35.87%
B=46.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571131450.610.2200.43201.8243.5639.61
Hex3971913D1602Bca2c28
Octal7116122175260533125450
Binary11100111100011001000111110110110010101111001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397191; }

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

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

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

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

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

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

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

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