#3C4952

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

Shades of Atomic #3C4952

Tints of Atomic #3C4952

Color information

#3C4952 (or 0x3C4952) is unknown color: approx Atomic. HEX triplet: 3C, 49 and 52. RGB value is (60,73,82). Sum of RGB (Red+Green+Blue) = 60+73+82=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4952 is #C3B6AD. Grayscale: #464646. Windows color (decimal): -12826286 or 5392700. OLE color: 5392700.

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

Color convert

RGB607382-
CMYK0.270.1100.68
HSL204.55º15.49%27.84%-
HSV(B)204.55º26.83%32.16%-
XYZ5.776.338.9-
YUV70.14134.69120.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=27.91%
G=33.95%
B=38.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6073820.270.1100.68204.5515.4927.84
Hex3C49521BB044cdf1c
Octal74111122331301043151734
Binary111100100100110100101101110110100010011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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