#394B6F

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

Shades of Astronaut #394B6F

Tints of Astronaut #394B6F

Color information

#394B6F (or 0x394B6F) is unknown color: approx Astronaut. HEX triplet: 39, 4B and 6F. RGB value is (57,75,111). Sum of RGB (Red+Green+Blue) = 57+75+111=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #394B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B6F is #C6B490. Grayscale: #494949. Windows color (decimal): -13022353 or 7293753. OLE color: 7293753.

HSL color Cylindrical-coordinate representation of color #394B6F: hue angle of 220º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #394B6F is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5775111-
CMYK0.490.3200.56
HSL220º32.14%32.94%-
HSV(B)220º48.65%43.53%-
XYZ7.077.0516.03-
YUV73.72149.04116.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=23.46%
G=30.86%
B=45.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57751110.490.3200.5622032.1432.94
Hex394B6F3120038dc2021
Octal7111315761400703344041
Binary11100110010111101111110001100000011100011011100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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