#397690

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

Shades of Astral #397690

Tints of Astral #397690

Color information

#397690 (or 0x397690) is unknown color: approx Astral. HEX triplet: 39, 76 and 90. RGB value is (57,118,144). Sum of RGB (Red+Green+Blue) = 57+118+144=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #397690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397690 is #C6896F. Grayscale: #666666. Windows color (decimal): -13011312 or 9467449. OLE color: 9467449.

HSL color Cylindrical-coordinate representation of color #397690: hue angle of 197.93º 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 #397690 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57118144-
CMYK0.600.1800.44
HSL197.93º43.28%39.41%-
HSV(B)197.93º60.42%56.47%-
XYZ13.215.8428.75-
YUV102.72151.2995.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=17.87%
G=36.99%
B=45.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571181440.600.1800.44197.9343.2839.41
Hex3976903C1202Cc62b27
Octal7116622074220543065347
Binary11100111101101001000011110010010010110011000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397690; }

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

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

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

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

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

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

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

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