#3C4C52

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

Shades of Atomic #3C4C52

Tints of Atomic #3C4C52

Color information

#3C4C52 (or 0x3C4C52) is unknown color: approx Atomic. HEX triplet: 3C, 4C and 52. RGB value is (60,76,82). Sum of RGB (Red+Green+Blue) = 60+76+82=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C4C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C52 is #C3B3AD. Grayscale: #474747. Windows color (decimal): -12825518 or 5393468. OLE color: 5393468.

HSL color Cylindrical-coordinate representation of color #3C4C52: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C4C52 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB607682-
CMYK0.270.0700.68
HSL196.36º15.49%27.84%-
HSV(B)196.36º26.83%32.16%-
XYZ5.976.748.97-
YUV71.9133.7119.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=27.52%
G=34.86%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6076820.270.0700.68196.3615.4927.84
Hex3C4C521B7044c4f1c
Octal7411412233701043041734
Binary11110010011001010010110111110100010011000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,76,82); }

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

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

 a { background-color: rgb(60,76,82); }

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

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

 span { border-color: rgb(60,76,82); }

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