#394B6C

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

Shades of Astronaut #394B6C

Tints of Astronaut #394B6C

Color information

#394B6C (or 0x394B6C) is unknown color: approx Astronaut. HEX triplet: 39, 4B and 6C. RGB value is (57,75,108). Sum of RGB (Red+Green+Blue) = 57+75+108=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #394B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B6C is #C6B493. Grayscale: #494949. Windows color (decimal): -13022356 or 7097145. OLE color: 7097145.

HSL color Cylindrical-coordinate representation of color #394B6C: hue angle of 218.82º degrees, saturation: 0.31, 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 #394B6C is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5775108-
CMYK0.470.3100.58
HSL218.82º30.91%32.35%-
HSV(B)218.82º47.22%42.35%-
XYZ6.916.9815.17-
YUV73.38147.54116.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 108 (42.58% from 255) = 45%
R=23.75%
G=31.25%
B=45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57751080.470.3100.58218.8230.9132.35
Hex394B6C2F1F03Adb1f20
Octal7111315457370723333740
Binary111001100101111011001011111111101110101101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,108); }

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

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

 a { background-color: rgb(57,75,108); }

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

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

 span { border-color: rgb(57,75,108); }

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