#3C4F59

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

Shades of Atomic #3C4F59

Tints of Atomic #3C4F59

Color information

#3C4F59 (or 0x3C4F59) is unknown color: approx Atomic. HEX triplet: 3C, 4F and 59. RGB value is (60,79,89). Sum of RGB (Red+Green+Blue) = 60+79+89=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F59 is #C3B0A6. Grayscale: #4A4A4A. Windows color (decimal): -12824743 or 5852988. OLE color: 5852988.

HSL color Cylindrical-coordinate representation of color #3C4F59: hue angle of 200.69º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4F59 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB607989-
CMYK0.330.1100.65
HSL200.69º19.46%29.22%-
HSV(B)200.69º32.58%34.9%-
XYZ6.467.2710.51-
YUV74.46136.21117.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=26.32%
G=34.65%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6079890.330.1100.65200.6919.4629.22
Hex3C4F5921B041c9131d
Octal74117131411301013112335
Binary11110010011111011001100001101101000001110010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4F59; }

 p { color: rgb(60,79,89); }

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

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

 a { background-color: rgb(60,79,89); }

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

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

 span { border-color: rgb(60,79,89); }

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