#397492

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

Shades of Astral #397492

Tints of Astral #397492

Color information

#397492 (or 0x397492) is unknown color: approx Astral. HEX triplet: 39, 74 and 92. RGB value is (57,116,146). Sum of RGB (Red+Green+Blue) = 57+116+146=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #397492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397492 is #C68B6D. Grayscale: #656565. Windows color (decimal): -13011822 or 9598009. OLE color: 9598009.

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

Color convert

RGB57116146-
CMYK0.610.2100.43
HSL200.22º43.84%39.8%-
HSV(B)200.22º60.96%57.25%-
XYZ13.1215.4429.48-
YUV101.78152.9596.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=17.87%
G=36.36%
B=45.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571161460.610.2100.43200.2243.8439.8
Hex3974923D1502Bc82c28
Octal7116422275250533105450
Binary11100111101001001001011110110101010101111001000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397492; }

 p { color: rgb(57,116,146); }

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

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

 a { background-color: rgb(57,116,146); }

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

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

 span { border-color: rgb(57,116,146); }

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