#396A92

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

Shades of Astral #396A92

Tints of Astral #396A92

Color information

#396A92 (or 0x396A92) is unknown color: approx Astral. HEX triplet: 39, 6A and 92. RGB value is (57,106,146). Sum of RGB (Red+Green+Blue) = 57+106+146=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #396A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A92 is #C6956D. Grayscale: #5F5F5F. Windows color (decimal): -13014382 or 9595449. OLE color: 9595449.

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

Color convert

RGB57106146-
CMYK0.610.2700.43
HSL206.97º43.84%39.8%-
HSV(B)206.97º60.96%57.25%-
XYZ12.0313.2529.12-
YUV95.91156.27100.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=18.45%
G=34.30%
B=47.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571061460.610.2700.43206.9743.8439.8
Hex396A923D1B02Bcf2c28
Octal7115222275330533175450
Binary11100111010101001001011110111011010101111001111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396A92; }

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

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

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

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

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

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

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

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