#397591

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

Shades of Astral #397591

Tints of Astral #397591

Color information

#397591 (or 0x397591) is unknown color: approx Astral. HEX triplet: 39, 75 and 91. RGB value is (57,117,145). Sum of RGB (Red+Green+Blue) = 57+117+145=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #397591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397591 is #C68A6E. Grayscale: #666666. Windows color (decimal): -13011567 or 9532729. OLE color: 9532729.

HSL color Cylindrical-coordinate representation of color #397591: hue angle of 199.09º 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 #397591 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57117145-
CMYK0.610.1900.43
HSL199.09º43.56%39.61%-
HSV(B)199.09º60.69%56.86%-
XYZ13.1615.6429.11-
YUV102.25152.1295.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=17.87%
G=36.68%
B=45.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571171450.610.1900.43199.0943.5639.61
Hex3975913D1302Bc72c28
Octal7116522175230533075450
Binary11100111101011001000111110110011010101111000111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397591; }

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

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

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

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

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

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

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

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