Html Css Color HEX #394A76 Astronaut

📋 copy color: '#394A76'

red 57 ◦ green 74 ◦ blue 118

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

Shades of Astronaut #394A76

Tints of Astronaut #394A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 22.89%
G = 29.72%
B = 47.39%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394A76 (or 0x394A76) is known color: Astronaut. HEX triplet: 39, 4A and 76. RGB value is (57,74,118). Sum of RGB (Red+Green+Blue) = 57+74+118=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #394A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A76 is #C6B589. Grayscale: #494949. Windows color (decimal): -13022602 or 7752249. OLE color: 7752249.

HSL color Cylindrical-coordinate representation of color #394A76: hue angle of 223.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394A76 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 74 118 -
CMYK 0.52 0.37 0 0.54
HSL 223.28º 0.35% 0.34% -
HSV(B) 223.28º 0.52% 0.46% -
XYZ 7.41 7.08 18.11 -
YUV 73.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 57 74 118 0.52 0.37 0 0.54 223.28 0.35 0.34
Hex 39 4A 76 34 25 0 36 DF 23 22
Octal 71 112 166 64 45 0 66 337 43 42
Binary 111001 1001010 1110110 110100 100101 0 110110 11011111 100011 100010

Color Harmonies of #394A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A76

Black with #394A76

Text Example


Text Example

White with #394A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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