#3C4A53

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

Shades of Atomic #3C4A53

Tints of Atomic #3C4A53

Color information

#3C4A53 (or 0x3C4A53) is unknown color: approx Atomic. HEX triplet: 3C, 4A and 53. RGB value is (60,74,83). Sum of RGB (Red+Green+Blue) = 60+74+83=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4A53 is #C3B5AC. Grayscale: #464646. Windows color (decimal): -12826029 or 5458492. OLE color: 5458492.

HSL color Cylindrical-coordinate representation of color #3C4A53: hue angle of 203.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4A53 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB607483-
CMYK0.280.1100.67
HSL203.48º16.08%28.04%-
HSV(B)203.48º27.71%32.55%-
XYZ5.876.489.13-
YUV70.84134.86120.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=27.65%
G=34.10%
B=38.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6074830.280.1100.67203.4816.0828.04
Hex3C4A531CB043cb101c
Octal74112123341301033132034
Binary1111001001010101001111100101101000011110010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,74,83); }

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

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

 a { background-color: rgb(60,74,83); }

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

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

 span { border-color: rgb(60,74,83); }

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