Html Css Color HEX #394B73 Astronaut

📋 copy color: '#394B73'

red 57 ◦ green 75 ◦ blue 115

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

Shades of Astronaut #394B73

Tints of Astronaut #394B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.36%

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

R = 23.08%
G = 30.36%
B = 46.56%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394B73 (or 0x394B73) is known color: Astronaut. HEX triplet: 39, 4B and 73. RGB value is (57,75,115). Sum of RGB (Red+Green+Blue) = 57+75+115=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #394B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B73 is #C6B48C. Grayscale: #4A4A4A. Windows color (decimal): -13022349 or 7555897. OLE color: 7555897.

HSL color Cylindrical-coordinate representation of color #394B73: hue angle of 221.38º 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 #394B73 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 75 115 -
CMYK 0.50 0.35 0 0.55
HSL 221.38º 0.34% 0.34% -
HSV(B) 221.38º 0.5% 0.45% -
XYZ 7.3 7.14 17.21 -
YUV 74.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 57 75 115 0.50 0.35 0 0.55 221.38 0.34 0.34
Hex 39 4B 73 32 23 0 37 DD 22 22
Octal 71 113 163 62 43 0 67 335 42 42
Binary 111001 1001011 1110011 110010 100011 0 110111 11011101 100010 100010

Color Harmonies of #394B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B73

Black with #394B73

Text Example


Text Example

White with #394B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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