Html Css Color HEX #394C6C Astronaut

📋 copy color: '#394C6C'

red 57 ◦ green 76 ◦ blue 108

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

Shades of Astronaut #394C6C

Tints of Astronaut #394C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

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

R = 23.65%
G = 31.54%
B = 44.81%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#394C6C (or 0x394C6C) is known color: Astronaut. HEX triplet: 39, 4C and 6C. RGB value is (57,76,108). Sum of RGB (Red+Green+Blue) = 57+76+108=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #394C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C6C is #C6B393. Grayscale: #494949. Windows color (decimal): -13022100 or 7097401. OLE color: 7097401.

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

Color convert

RGB 57 76 108 -
CMYK 0.47 0.30 0 0.58
HSL 217.65º 0.31% 0.32% -
HSV(B) 217.65º 0.47% 0.42% -
XYZ 6.98 7.12 15.19 -
YUV 73.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 57 76 108 0.47 0.30 0 0.58 217.65 0.31 0.32
Hex 39 4C 6C 2F 1E 0 3A DA 1F 20
Octal 71 114 154 57 36 0 72 332 37 40
Binary 111001 1001100 1101100 101111 11110 0 111010 11011010 11111 100000

Color Harmonies of #394C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C6C

Black with #394C6C

Text Example


Text Example

White with #394C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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