#397292

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

Shades of Astral #397292

Tints of Astral #397292

Color information

#397292 (or 0x397292) is unknown color: approx Astral. HEX triplet: 39, 72 and 92. RGB value is (57,114,146). Sum of RGB (Red+Green+Blue) = 57+114+146=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #397292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397292 is #C68D6D. Grayscale: #646464. Windows color (decimal): -13012334 or 9597497. OLE color: 9597497.

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

Color convert

RGB57114146-
CMYK0.610.2200.43
HSL201.57º43.84%39.8%-
HSV(B)201.57º60.96%57.25%-
XYZ12.8914.9829.41-
YUV100.6153.6296.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=17.98%
G=35.96%
B=46.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571141460.610.2200.43201.5743.8439.8
Hex3972923D1602Bca2c28
Octal7116222275260533125450
Binary11100111100101001001011110110110010101111001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397292; }

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

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

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

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

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

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

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

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