Html Css Color HEX #394850 Atomic

📋 copy color: '#394850'

red 57 ◦ green 72 ◦ blue 80

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

Shades of Atomic #394850

Tints of Atomic #394850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 27.27%
G = 34.45%
B = 38.28%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394850 (or 0x394850) is known color: Atomic. HEX triplet: 39, 48 and 50. RGB value is (57,72,80). Sum of RGB (Red+Green+Blue) = 57+72+80=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #394850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394850 is #C6B7AF. Grayscale: #444444. Windows color (decimal): -13023152 or 5261369. OLE color: 5261369.

HSL color Cylindrical-coordinate representation of color #394850: hue angle of 200.87º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394850 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 72 80 -
CMYK 0.29 0.10 0 0.69
HSL 200.87º 0.17% 0.27% -
HSV(B) 200.87º 0.29% 0.31% -
XYZ 5.45 6.08 8.48 -
YUV 68.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 57 72 80 0.29 0.10 0 0.69 200.87 0.17 0.27
Hex 39 48 50 1D A 0 45 C9 11 1B
Octal 71 110 120 35 12 0 105 311 21 33
Binary 111001 1001000 1010000 11101 1010 0 1000101 11001001 10001 11011

Color Harmonies of #394850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394850

Black with #394850

Text Example


Text Example

White with #394850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394850; }

 p { color: rgb(57,72,80); }

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

background-color css

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

 a { background-color: rgb(57,72,80); }

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

border-color css

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

 span { border-color: rgb(57,72,80); }

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