Html Css Color HEX #394D6E Astronaut

📋 copy color: '#394D6E'

red 57 ◦ green 77 ◦ blue 110

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

Shades of Astronaut #394D6E

Tints of Astronaut #394D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 23.36%
G = 31.56%
B = 45.08%

CMYK

 C value IS 0.48

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#394D6E (or 0x394D6E) is known color: Astronaut. HEX triplet: 39, 4D and 6E. RGB value is (57,77,110). Sum of RGB (Red+Green+Blue) = 57+77+110=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #394D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D6E is #C6B291. Grayscale: #4A4A4A. Windows color (decimal): -13021842 or 7228729. OLE color: 7228729.

HSL color Cylindrical-coordinate representation of color #394D6E: hue angle of 217.36º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394D6E is Cyan = 0.48, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 77 110 -
CMYK 0.48 0.3 0 0.57
HSL 217.36º 0.32% 0.33% -
HSV(B) 217.36º 0.48% 0.43% -
XYZ 7.16 7.3 15.78 -
YUV 74.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 57 77 110 0.48 0.3 0 0.57 217.36 0.32 0.33
Hex 39 4D 6E 30 1E 0 39 D9 20 21
Octal 71 115 156 60 36 0 71 331 40 41
Binary 111001 1001101 1101110 110000 11110 0 111001 11011001 100000 100001

Color Harmonies of #394D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D6E

Black with #394D6E

Text Example


Text Example

White with #394D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,77,110); }

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

background-color css

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

 a { background-color: rgb(57,77,110); }

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

border-color css

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

 span { border-color: rgb(57,77,110); }

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