Html Css Color HEX #394A52 Atomic

📋 copy color: '#394A52'

red 57 ◦ green 74 ◦ blue 82

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

Shades of Atomic #394A52

Tints of Atomic #394A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 26.76%
G = 34.74%
B = 38.5%

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

#394A52 (or 0x394A52) is known color: Atomic. HEX triplet: 39, 4A and 52. RGB value is (57,74,82). Sum of RGB (Red+Green+Blue) = 57+74+82=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #394A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A52 is #C6B5AD. Grayscale: #454545. Windows color (decimal): -13022638 or 5392953. OLE color: 5392953.

HSL color Cylindrical-coordinate representation of color #394A52: hue angle of 199.2º degrees, saturation: 0.18, 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 #394A52 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 74 82 -
CMYK 0.30 0.10 0 0.68
HSL 199.2º 0.18% 0.27% -
HSV(B) 199.2º 0.3% 0.32% -
XYZ 5.66 6.38 8.92 -
YUV 69.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 57 74 82 0.30 0.10 0 0.68 199.2 0.18 0.27
Hex 39 4A 52 1E A 0 44 C7 12 1B
Octal 71 112 122 36 12 0 104 307 22 33
Binary 111001 1001010 1010010 11110 1010 0 1000100 11000111 10010 11011

Color Harmonies of #394A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A52

Black with #394A52

Text Example


Text Example

White with #394A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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