#397595

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

Shades of Astral #397595

Tints of Astral #397595

Color information

#397595 (or 0x397595) is unknown color: approx Astral. HEX triplet: 39, 75 and 95. RGB value is (57,117,149). Sum of RGB (Red+Green+Blue) = 57+117+149=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #397595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397595 is #C68A6A. Grayscale: #666666. Windows color (decimal): -13011563 or 9794873. OLE color: 9794873.

HSL color Cylindrical-coordinate representation of color #397595: hue angle of 200.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397595 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57117149-
CMYK0.620.2100.42
HSL200.87º44.66%40.39%-
HSV(B)200.87º61.74%58.43%-
XYZ13.4715.7630.77-
YUV102.71154.1295.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=17.65%
G=36.22%
B=46.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571171490.620.2100.42200.8744.6640.39
Hex3975953E1502Ac92d28
Octal7116522576250523115550
Binary11100111101011001010111111010101010101011001001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397595; }

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

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

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

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

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

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

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

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