#394A68

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

Shades of Astronaut #394A68

Tints of Astronaut #394A68

Color information

#394A68 (or 0x394A68) is unknown color: approx Astronaut. HEX triplet: 39, 4A and 68. RGB value is (57,74,104). Sum of RGB (Red+Green+Blue) = 57+74+104=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #394A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A68 is #C6B597. Grayscale: #484848. Windows color (decimal): -13022616 or 6834745. OLE color: 6834745.

HSL color Cylindrical-coordinate representation of color #394A68: hue angle of 218.3º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394A68 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5774104-
CMYK0.450.2900.59
HSL218.3º29.19%31.57%-
HSV(B)218.3º45.19%40.78%-
XYZ6.636.7714.05-
YUV72.34145.87117.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=24.26%
G=31.49%
B=44.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57741040.450.2900.59218.329.1931.57
Hex394A682D1D03Bda1d20
Octal7111215055350733323540
Binary111001100101011010001011011110101110111101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,104); }

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

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

 a { background-color: rgb(57,74,104); }

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

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

 span { border-color: rgb(57,74,104); }

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