#3C2445

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

Shades of Jagger #3C2445

Tints of Jagger #3C2445

Color information

#3C2445 (or 0x3C2445) is unknown color: approx Jagger. HEX triplet: 3C, 24 and 45. RGB value is (60,36,69). Sum of RGB (Red+Green+Blue) = 60+36+69=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C2445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2445 is #C3DBBA. Grayscale: #2E2E2E. Windows color (decimal): -12835771 or 4531260. OLE color: 4531260.

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

Color convert

RGB603669-
CMYK0.130.4800.73
HSL283.64º31.43%20.59%-
HSV(B)283.64º47.83%27.06%-
XYZ3.572.655.95-
YUV46.94140.45137.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=36.36%
G=21.82%
B=41.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6036690.130.4800.73283.6431.4320.59
Hex3C2445D3004911c1f15
Octal7444105156001114343725
Binary11110010010010001011101110000010010011000111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,36,69); }

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

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

 a { background-color: rgb(60,36,69); }

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

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

 span { border-color: rgb(60,36,69); }

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