Html Css Color HEX #394C71 Astronaut

📋 copy color: '#394C71'

red 57 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #394C71

Tints of Astronaut #394C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 23.17%
G = 30.89%
B = 45.93%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#394C71 (or 0x394C71) is known color: Astronaut. HEX triplet: 39, 4C and 71. RGB value is (57,76,113). Sum of RGB (Red+Green+Blue) = 57+76+113=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #394C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C71 is #C6B38E. Grayscale: #4A4A4A. Windows color (decimal): -13022095 or 7425081. OLE color: 7425081.

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

Color convert

RGB 57 76 113 -
CMYK 0.50 0.33 0 0.56
HSL 219.64º 0.33% 0.33% -
HSV(B) 219.64º 0.5% 0.44% -
XYZ 7.25 7.23 16.64 -
YUV 74.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 57 76 113 0.50 0.33 0 0.56 219.64 0.33 0.33
Hex 39 4C 71 32 21 0 38 DC 21 21
Octal 71 114 161 62 41 0 70 334 41 41
Binary 111001 1001100 1110001 110010 100001 0 111000 11011100 100001 100001

Color Harmonies of #394C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C71

Black with #394C71

Text Example


Text Example

White with #394C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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