#397090

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

Shades of Astral #397090

Tints of Astral #397090

Color information

#397090 (or 0x397090) is unknown color: approx Astral. HEX triplet: 39, 70 and 90. RGB value is (57,112,144). Sum of RGB (Red+Green+Blue) = 57+112+144=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #397090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397090 is #C68F6F. Grayscale: #636363. Windows color (decimal): -13012848 or 9465913. OLE color: 9465913.

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

Color convert

RGB57112144-
CMYK0.600.2200.44
HSL202.07º43.28%39.41%-
HSV(B)202.07º60.42%56.47%-
XYZ12.5214.4728.52-
YUV99.2153.2897.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=18.21%
G=35.78%
B=46.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571121440.600.2200.44202.0743.2839.41
Hex3970903C1602Cca2b27
Octal7116022074260543125347
Binary11100111100001001000011110010110010110011001010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397090; }

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

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

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

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

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

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

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

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