Html Css Color HEX #394E73 Astronaut

📋 copy color: '#394E73'

red 57 ◦ green 78 ◦ blue 115

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

Shades of Astronaut #394E73

Tints of Astronaut #394E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 22.8%
G = 31.2%
B = 46%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394E73 (or 0x394E73) is known color: Astronaut. HEX triplet: 39, 4E and 73. RGB value is (57,78,115). Sum of RGB (Red+Green+Blue) = 57+78+115=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #394E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E73 is #C6B18C. Grayscale: #4B4B4B. Windows color (decimal): -13021581 or 7556665. OLE color: 7556665.

HSL color Cylindrical-coordinate representation of color #394E73: hue angle of 218.28º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394E73 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 78 115 -
CMYK 0.50 0.32 0 0.55
HSL 218.28º 0.34% 0.34% -
HSV(B) 218.28º 0.5% 0.45% -
XYZ 7.51 7.56 17.28 -
YUV 75.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 57 78 115 0.50 0.32 0 0.55 218.28 0.34 0.34
Hex 39 4E 73 32 20 0 37 DA 22 22
Octal 71 116 163 62 40 0 67 332 42 42
Binary 111001 1001110 1110011 110010 100000 0 110111 11011010 100010 100010

Color Harmonies of #394E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E73

Black with #394E73

Text Example


Text Example

White with #394E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,115); }

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

background-color css

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

 a { background-color: rgb(57,78,115); }

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

border-color css

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

 span { border-color: rgb(57,78,115); }

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