Html Css Color HEX #394F76 Astronaut

📋 copy color: '#394F76'

red 57 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #394F76

Tints of Astronaut #394F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

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

R = 22.44%
G = 31.1%
B = 46.46%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394F76 (or 0x394F76) is known color: Astronaut. HEX triplet: 39, 4F and 76. RGB value is (57,79,118). Sum of RGB (Red+Green+Blue) = 57+79+118=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #394F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F76 is #C6B089. Grayscale: #4C4C4C. Windows color (decimal): -13021322 or 7753529. OLE color: 7753529.

HSL color Cylindrical-coordinate representation of color #394F76: hue angle of 218.36º 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 #394F76 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 79 118 -
CMYK 0.52 0.33 0 0.54
HSL 218.36º 0.35% 0.34% -
HSV(B) 218.36º 0.52% 0.46% -
XYZ 7.75 7.77 18.23 -
YUV 76.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 57 79 118 0.52 0.33 0 0.54 218.36 0.35 0.34
Hex 39 4F 76 34 21 0 36 DA 23 22
Octal 71 117 166 64 41 0 66 332 43 42
Binary 111001 1001111 1110110 110100 100001 0 110110 11011010 100011 100010

Color Harmonies of #394F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F76

Black with #394F76

Text Example


Text Example

White with #394F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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