Html Css Color HEX #394951 Atomic

📋 copy color: '#394951'

red 57 ◦ green 73 ◦ blue 81

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

Shades of Atomic #394951

Tints of Atomic #394951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 27.01%
G = 34.6%
B = 38.39%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#394951 (or 0x394951) is known color: Atomic. HEX triplet: 39, 49 and 51. RGB value is (57,73,81). Sum of RGB (Red+Green+Blue) = 57+73+81=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #394951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394951 is #C6B6AE. Grayscale: #454545. Windows color (decimal): -13022895 or 5327161. OLE color: 5327161.

HSL color Cylindrical-coordinate representation of color #394951: hue angle of 200º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394951 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 73 81 -
CMYK 0.30 0.10 0 0.68
HSL 200º 0.17% 0.27% -
HSV(B) 200º 0.3% 0.32% -
XYZ 5.56 6.23 8.69 -
YUV 69.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 57 73 81 0.30 0.10 0 0.68 200 0.17 0.27
Hex 39 49 51 1E A 0 44 C8 11 1B
Octal 71 111 121 36 12 0 104 310 21 33
Binary 111001 1001001 1010001 11110 1010 0 1000100 11001000 10001 11011

Color Harmonies of #394951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394951

Black with #394951

Text Example


Text Example

White with #394951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394951; }

 p { color: rgb(57,73,81); }

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

background-color css

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

 a { background-color: rgb(57,73,81); }

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

border-color css

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

 span { border-color: rgb(57,73,81); }

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