#394B70

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

Shades of Astronaut #394B70

Tints of Astronaut #394B70

Color information

#394B70 (or 0x394B70) is unknown color: approx Astronaut. HEX triplet: 39, 4B and 70. RGB value is (57,75,112). Sum of RGB (Red+Green+Blue) = 57+75+112=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #394B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B70 is #C6B48F. Grayscale: #494949. Windows color (decimal): -13022352 or 7359289. OLE color: 7359289.

HSL color Cylindrical-coordinate representation of color #394B70: hue angle of 220.36º degrees, saturation: 0.33, 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 #394B70 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5775112-
CMYK0.490.3300.56
HSL220.36º32.54%33.14%-
HSV(B)220.36º49.11%43.92%-
XYZ7.137.0716.32-
YUV73.84149.54115.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=23.36%
G=30.74%
B=45.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57751120.490.3300.56220.3632.5433.14
Hex394B703121038dc2121
Octal7111316061410703344141
Binary11100110010111110000110001100001011100011011100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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