#3C4E59

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

Shades of Atomic #3C4E59

Tints of Atomic #3C4E59

Color information

#3C4E59 (or 0x3C4E59) is unknown color: approx Atomic. HEX triplet: 3C, 4E and 59. RGB value is (60,78,89). Sum of RGB (Red+Green+Blue) = 60+78+89=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E59 is #C3B1A6. Grayscale: #494949. Windows color (decimal): -12824999 or 5852732. OLE color: 5852732.

HSL color Cylindrical-coordinate representation of color #3C4E59: hue angle of 202.76º 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 #3C4E59 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB607889-
CMYK0.330.1200.65
HSL202.76º19.46%29.22%-
HSV(B)202.76º32.58%34.9%-
XYZ6.397.1310.49-
YUV73.87136.54118.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=26.43%
G=34.36%
B=39.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6078890.330.1200.65202.7619.4629.22
Hex3C4E5921C041cb131d
Octal74116131411401013132335
Binary11110010011101011001100001110001000001110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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