Html Css Color HEX #394E59 Atomic

📋 copy color: '#394E59'

red 57 ◦ green 78 ◦ blue 89

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

Shades of Atomic #394E59

Tints of Atomic #394E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 25.45%
G = 34.82%
B = 39.73%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#394E59 (or 0x394E59) is known color: Atomic. HEX triplet: 39, 4E and 59. RGB value is (57,78,89). Sum of RGB (Red+Green+Blue) = 57+78+89=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #394E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E59 is #C6B1A6. Grayscale: #484848. Windows color (decimal): -13021607 or 5852729. OLE color: 5852729.

HSL color Cylindrical-coordinate representation of color #394E59: hue angle of 200.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394E59 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 78 89 -
CMYK 0.36 0.12 0 0.65
HSL 200.63º 0.22% 0.29% -
HSV(B) 200.63º 0.36% 0.35% -
XYZ 6.21 7.04 10.48 -
YUV 72.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 57 78 89 0.36 0.12 0 0.65 200.63 0.22 0.29
Hex 39 4E 59 24 C 0 41 C9 16 1D
Octal 71 116 131 44 14 0 101 311 26 35
Binary 111001 1001110 1011001 100100 1100 0 1000001 11001001 10110 11101

Color Harmonies of #394E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E59

Black with #394E59

Text Example


Text Example

White with #394E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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