#3C2348

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

Shades of Jagger #3C2348

Tints of Jagger #3C2348

Color information

#3C2348 (or 0x3C2348) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 48. RGB value is (60,35,72). Sum of RGB (Red+Green+Blue) = 60+35+72=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2348 is #C3DCB7. Grayscale: #2E2E2E. Windows color (decimal): -12836024 or 4727612. OLE color: 4727612.

HSL color Cylindrical-coordinate representation of color #3C2348: hue angle of 280.54º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2348 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB603572-
CMYK0.170.5100.72
HSL280.54º34.58%20.98%-
HSV(B)280.54º51.39%28.24%-
XYZ3.632.636.45-
YUV46.69142.28137.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.93%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=35.93%
G=20.96%
B=43.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6035720.170.5100.72280.5434.5820.98
Hex3C234811330481192315
Octal7443110216301104314325
Binary1111001000111001000100011100110100100010001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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