#394952

Color #394952 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #394952

Tints of Atomic #394952

Color information

#394952 (or 0x394952) is unknown color: approx Atomic. HEX triplet: 39, 49 and 52. RGB value is (57,73,82). Sum of RGB (Red+Green+Blue) = 57+73+82=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #394952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394952 is #C6B6AD. Grayscale: #454545. Windows color (decimal): -13022894 or 5392697. OLE color: 5392697.

HSL color Cylindrical-coordinate representation of color #394952: hue angle of 201.6º 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 #394952 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB577382-
CMYK0.300.1100.68
HSL201.6º17.99%27.25%-
HSV(B)201.6º30.49%32.16%-
XYZ5.596.248.89-
YUV69.24135.2119.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=26.89%
G=34.43%
B=38.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5773820.300.1100.68201.617.9927.25
Hex3949521EB044ca121b
Octal71111122361301043122233
Binary1110011001001101001011110101101000100110010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394952; }

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

 H1.HeaderClassName
 {
   color: #394952;
 }
 .AnyTagClassName
 {
   color: #394952;
 }
</style>
background-color css

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

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

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

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

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

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