#397495

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

Shades of Astral #397495

Tints of Astral #397495

Color information

#397495 (or 0x397495) is unknown color: approx Astral. HEX triplet: 39, 74 and 95. RGB value is (57,116,149). Sum of RGB (Red+Green+Blue) = 57+116+149=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #397495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397495 is #C68B6A. Grayscale: #656565. Windows color (decimal): -13011819 or 9794617. OLE color: 9794617.

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

Color convert

RGB57116149-
CMYK0.620.2200.42
HSL201.52º44.66%40.39%-
HSV(B)201.52º61.74%58.43%-
XYZ13.3615.5330.73-
YUV102.12154.4595.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=17.70%
G=36.02%
B=46.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571161490.620.2200.42201.5244.6640.39
Hex3974953E1602Aca2d28
Octal7116422576260523125550
Binary11100111101001001010111111010110010101011001010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397495; }

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

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

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

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

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

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

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

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