#3C3246

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

Shades of Jagger #3C3246

Tints of Jagger #3C3246

Color information

#3C3246 (or 0x3C3246) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 46. RGB value is (60,50,70). Sum of RGB (Red+Green+Blue) = 60+50+70=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C3246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3246 is #C3CDB9. Grayscale: #373737. Windows color (decimal): -12832186 or 4600380. OLE color: 4600380.

HSL color Cylindrical-coordinate representation of color #3C3246: hue angle of 270º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C3246 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB605070-
CMYK0.140.2900.73
HSL270º16.67%23.53%-
HSV(B)270º28.57%27.45%-
XYZ4.113.686.29-
YUV55.27136.31131.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6050700.140.2900.7327016.6723.53
Hex3C3246E1D04910e1118
Octal7462106163501114162130
Binary1111001100101000110111011101010010011000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,70); }

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

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

 a { background-color: rgb(60,50,70); }

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

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

 span { border-color: rgb(60,50,70); }

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