Html Css Color HEX #394E6C Astronaut

📋 copy color: '#394E6C'

red 57 ◦ green 78 ◦ blue 108

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

Shades of Astronaut #394E6C

Tints of Astronaut #394E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 23.46%
G = 32.1%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#394E6C (or 0x394E6C) is known color: Astronaut. HEX triplet: 39, 4E and 6C. RGB value is (57,78,108). Sum of RGB (Red+Green+Blue) = 57+78+108=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #394E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6C is #C6B193. Grayscale: #4A4A4A. Windows color (decimal): -13021588 or 7097913. OLE color: 7097913.

HSL color Cylindrical-coordinate representation of color #394E6C: hue angle of 215.29º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394E6C is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 78 108 -
CMYK 0.47 0.28 0 0.58
HSL 215.29º 0.31% 0.32% -
HSV(B) 215.29º 0.47% 0.42% -
XYZ 7.12 7.4 15.24 -
YUV 75.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 57 78 108 0.47 0.28 0 0.58 215.29 0.31 0.32
Hex 39 4E 6C 2F 1C 0 3A D7 1F 20
Octal 71 116 154 57 34 0 72 327 37 40
Binary 111001 1001110 1101100 101111 11100 0 111010 11010111 11111 100000

Color Harmonies of #394E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E6C

Black with #394E6C

Text Example


Text Example

White with #394E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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