#3C2353

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

Shades of Jagger #3C2353

Tints of Jagger #3C2353

Color information

#3C2353 (or 0x3C2353) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 53. RGB value is (60,35,83). Sum of RGB (Red+Green+Blue) = 60+35+83=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2353 is #C3DCAC. Grayscale: #2F2F2F. Windows color (decimal): -12836013 or 5448508. OLE color: 5448508.

HSL color Cylindrical-coordinate representation of color #3C2353: hue angle of 271.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C2353 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB603583-
CMYK0.280.5800.67
HSL271.25º40.68%23.14%-
HSV(B)271.25º57.83%32.55%-
XYZ4.032.798.51-
YUV47.95147.78136.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=33.71%
G=19.66%
B=46.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6035830.280.5800.67271.2540.6823.14
Hex3C23531C3A04310f2917
Octal7443123347201034175127
Binary1111001000111010011111001110100100001110000111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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