#3C2346

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

Shades of Jagger #3C2346

Tints of Jagger #3C2346

Color information

#3C2346 (or 0x3C2346) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 46. RGB value is (60,35,70). Sum of RGB (Red+Green+Blue) = 60+35+70=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2346 is #C3DCB9. Grayscale: #2E2E2E. Windows color (decimal): -12836026 or 4596540. OLE color: 4596540.

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

Color convert

RGB603570-
CMYK0.140.500.73
HSL282.86º33.33%20.59%-
HSV(B)282.86º50%27.45%-
XYZ3.572.66.11-
YUV46.46141.28137.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=36.36%
G=21.21%
B=42.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6035700.140.500.73282.8633.3320.59
Hex3C2346E3204911b2115
Octal7443106166201114334125
Binary111100100011100011011101100100100100110001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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