#3C2953

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

Shades of Jagger #3C2953

Tints of Jagger #3C2953

Color information

#3C2953 (or 0x3C2953) is unknown color: approx Jagger. HEX triplet: 3C, 29 and 53. RGB value is (60,41,83). Sum of RGB (Red+Green+Blue) = 60+41+83=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2953 is #C3D6AC. Grayscale: #333333. Windows color (decimal): -12834477 or 5450044. OLE color: 5450044.

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

Color convert

RGB604183-
CMYK0.280.5100.67
HSL267.14º33.87%24.31%-
HSV(B)267.14º50.6%32.55%-
XYZ4.223.178.57-
YUV51.47145.79134.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=32.61%
G=22.28%
B=45.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6041830.280.5100.67267.1433.8724.31
Hex3C29531C3304310b2218
Octal7451123346301034134230
Binary1111001010011010011111001100110100001110000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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