Html Css Color HEX #394A6C Astronaut

📋 copy color: '#394A6C'

red 57 ◦ green 74 ◦ blue 108

#394A6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #394A6C

Tints of Astronaut #394A6C

RGB

 RED value IS 57 (22.66% from 255) = 23.85%

 GREEN value IS 74 (29.3% from 255) = 30.96%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 23.85%
G = 30.96%
B = 45.19%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#394A6C (or 0x394A6C) is known color: Astronaut. HEX triplet: 39, 4A and 6C. RGB value is (57,74,108). Sum of RGB (Red+Green+Blue) = 57+74+108=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #394A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A6C is #C6B593. Grayscale: #484848. Windows color (decimal): -13022612 or 7096889. OLE color: 7096889.

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

Color convert

RGB 57 74 108 -
CMYK 0.47 0.31 0 0.58
HSL 220º 0.31% 0.32% -
HSV(B) 220º 0.47% 0.42% -
XYZ 6.84 6.85 15.15 -
YUV 72.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 57 74 108 0.47 0.31 0 0.58 220 0.31 0.32
Hex 39 4A 6C 2F 1F 0 3A DC 1F 20
Octal 71 112 154 57 37 0 72 334 37 40
Binary 111001 1001010 1101100 101111 11111 0 111010 11011100 11111 100000

Color Harmonies of #394A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A6C

Black with #394A6C

Text Example


Text Example

White with #394A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #394A6C;
 }
 .AnyTagClassName
 {
   color: #394A6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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