#3C4850

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

Shades of Atomic #3C4850

Tints of Atomic #3C4850

Color information

#3C4850 (or 0x3C4850) is unknown color: approx Atomic. HEX triplet: 3C, 48 and 50. RGB value is (60,72,80). Sum of RGB (Red+Green+Blue) = 60+72+80=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4850 is #C3B7AF. Grayscale: #454545. Windows color (decimal): -12826544 or 5261372. OLE color: 5261372.

HSL color Cylindrical-coordinate representation of color #3C4850: hue angle of 204º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C4850 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB607280-
CMYK0.250.1000.69
HSL204º14.29%27.45%-
HSV(B)204º25%31.37%-
XYZ5.636.178.48-
YUV69.32134.02121.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.30%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=28.30%
G=33.96%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6072800.250.1000.6920414.2927.45
Hex3C485019A045cce1b
Octal74110120311201053141633
Binary111100100100010100001100110100100010111001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,80); }

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

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

 a { background-color: rgb(60,72,80); }

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

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

 span { border-color: rgb(60,72,80); }

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