#397590

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

Shades of Astral #397590

Tints of Astral #397590

Color information

#397590 (or 0x397590) is unknown color: approx Astral. HEX triplet: 39, 75 and 90. RGB value is (57,117,144). Sum of RGB (Red+Green+Blue) = 57+117+144=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #397590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397590 is #C68A6F. Grayscale: #656565. Windows color (decimal): -13011568 or 9467193. OLE color: 9467193.

HSL color Cylindrical-coordinate representation of color #397590: hue angle of 198.62º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397590 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57117144-
CMYK0.600.1900.44
HSL198.62º43.28%39.41%-
HSV(B)198.62º60.42%56.47%-
XYZ13.0815.6128.71-
YUV102.14151.6295.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=17.92%
G=36.79%
B=45.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571171440.600.1900.44198.6243.2839.41
Hex3975903C1302Cc72b27
Octal7116522074230543075347
Binary11100111101011001000011110010011010110011000111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397590; }

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

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

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

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

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

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

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

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