Html Css Color HEX #394A4D Atomic

📋 copy color: '#394A4D'

red 57 ◦ green 74 ◦ blue 77

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

Shades of Atomic #394A4D

Tints of Atomic #394A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 27.4%
G = 35.58%
B = 37.02%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#394A4D (or 0x394A4D) is known color: Atomic. HEX triplet: 39, 4A and 4D. RGB value is (57,74,77). Sum of RGB (Red+Green+Blue) = 57+74+77=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #394A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A4D is #C6B5B2. Grayscale: #454545. Windows color (decimal): -13022643 or 5065273. OLE color: 5065273.

HSL color Cylindrical-coordinate representation of color #394A4D: hue angle of 189º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394A4D is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 74 77 -
CMYK 0.26 0.04 0 0.70
HSL 189º 0.15% 0.26% -
HSV(B) 189º 0.26% 0.3% -
XYZ 5.48 6.3 7.95 -
YUV 69.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 57 74 77 0.26 0.04 0 0.70 189 0.15 0.26
Hex 39 4A 4D 1A 4 0 46 BD F 1A
Octal 71 112 115 32 4 0 106 275 17 32
Binary 111001 1001010 1001101 11010 100 0 1000110 10111101 1111 11010

Color Harmonies of #394A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A4D

Black with #394A4D

Text Example


Text Example

White with #394A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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