Html Css Color HEX #394B54 Atomic

📋 copy color: '#394B54'

red 57 ◦ green 75 ◦ blue 84

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

Shades of Atomic #394B54

Tints of Atomic #394B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.72%

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 26.39%
G = 34.72%
B = 38.89%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394B54 (or 0x394B54) is known color: Atomic. HEX triplet: 39, 4B and 54. RGB value is (57,75,84). Sum of RGB (Red+Green+Blue) = 57+75+84=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #394B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B54 is #C6B4AB. Grayscale: #464646. Windows color (decimal): -13022380 or 5524281. OLE color: 5524281.

HSL color Cylindrical-coordinate representation of color #394B54: hue angle of 200º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #394B54 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 75 84 -
CMYK 0.32 0.11 0 0.67
HSL 200º 0.19% 0.28% -
HSV(B) 200º 0.32% 0.33% -
XYZ 5.8 6.54 9.34 -
YUV 70.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 57 75 84 0.32 0.11 0 0.67 200 0.19 0.28
Hex 39 4B 54 20 B 0 43 C8 13 1C
Octal 71 113 124 40 13 0 103 310 23 34
Binary 111001 1001011 1010100 100000 1011 0 1000011 11001000 10011 11100

Color Harmonies of #394B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B54

Black with #394B54

Text Example


Text Example

White with #394B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,84); }

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

background-color css

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

 a { background-color: rgb(57,75,84); }

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

border-color css

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

 span { border-color: rgb(57,75,84); }

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