#39484D

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

Shades of Atomic #39484D

Tints of Atomic #39484D

Color information

#39484D (or 0x39484D) is unknown color: approx Atomic. HEX triplet: 39, 48 and 4D. RGB value is (57,72,77). Sum of RGB (Red+Green+Blue) = 57+72+77=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #39484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39484D is #C6B7B2. Grayscale: #444444. Windows color (decimal): -13023155 or 5064761. OLE color: 5064761.

HSL color Cylindrical-coordinate representation of color #39484D: hue angle of 195º 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 #39484D is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB577277-
CMYK0.260.0600.70
HSL195º14.93%26.27%-
HSV(B)195º25.97%30.2%-
XYZ5.346.047.91-
YUV68.08133.03120.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=27.67%
G=34.95%
B=37.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5772770.260.0600.7019514.9326.27
Hex39484D1A6046c3f1a
Octal7111011532601063031732
Binary11100110010001001101110101100100011011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39484D; }

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

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

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

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

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

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

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

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