#394C6B

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

Shades of Astronaut #394C6B

Tints of Astronaut #394C6B

Color information

#394C6B (or 0x394C6B) is unknown color: approx Astronaut. HEX triplet: 39, 4C and 6B. RGB value is (57,76,107). Sum of RGB (Red+Green+Blue) = 57+76+107=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #394C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C6B is #C6B394. Grayscale: #494949. Windows color (decimal): -13022101 or 7031865. OLE color: 7031865.

HSL color Cylindrical-coordinate representation of color #394C6B: hue angle of 217.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394C6B is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5776107-
CMYK0.470.2900.58
HSL217.2º30.49%32.16%-
HSV(B)217.2º46.73%41.96%-
XYZ6.937.114.92-
YUV73.85146.71115.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=23.75%
G=31.67%
B=44.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57761070.470.2900.58217.230.4932.16
Hex394C6B2F1D03Ad91e20
Octal7111415357350723313640
Binary111001100110011010111011111110101110101101100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394C6B; }

 p { color: rgb(57,76,107); }

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

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

 a { background-color: rgb(57,76,107); }

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

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

 span { border-color: rgb(57,76,107); }

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