#397593

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

Shades of Astral #397593

Tints of Astral #397593

Color information

#397593 (or 0x397593) is unknown color: approx Astral. HEX triplet: 39, 75 and 93. RGB value is (57,117,147). Sum of RGB (Red+Green+Blue) = 57+117+147=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #397593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397593 is #C68A6C. Grayscale: #666666. Windows color (decimal): -13011565 or 9663801. OLE color: 9663801.

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

Color convert

RGB57117147-
CMYK0.610.2000.42
HSL200º44.12%40%-
HSV(B)200º61.22%57.65%-
XYZ13.3215.729.93-
YUV102.48153.1295.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=17.76%
G=36.45%
B=45.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571171470.610.2000.4220044.1240
Hex3975933D1402Ac82c28
Octal7116522375240523105450
Binary11100111101011001001111110110100010101011001000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397593; }

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

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

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

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

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

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

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

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