#396992

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

Shades of Astral #396992

Tints of Astral #396992

Color information

#396992 (or 0x396992) is unknown color: approx Astral. HEX triplet: 39, 69 and 92. RGB value is (57,105,146). Sum of RGB (Red+Green+Blue) = 57+105+146=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #396992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396992 is #C6966D. Grayscale: #5F5F5F. Windows color (decimal): -13014638 or 9595193. OLE color: 9595193.

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

Color convert

RGB57105146-
CMYK0.610.2800.43
HSL207.64º43.84%39.8%-
HSV(B)207.64º60.96%57.25%-
XYZ11.9313.0529.08-
YUV95.32156.6100.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=18.51%
G=34.09%
B=47.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571051460.610.2800.43207.6443.8439.8
Hex3969923D1C02Bd02c28
Octal7115122275340533205450
Binary11100111010011001001011110111100010101111010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396992; }

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

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

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

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

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

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

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

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