#3C2354

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

Shades of Jagger #3C2354

Tints of Jagger #3C2354

Color information

#3C2354 (or 0x3C2354) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 54. RGB value is (60,35,84). Sum of RGB (Red+Green+Blue) = 60+35+84=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C2354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2354 is #C3DCAB. Grayscale: #2F2F2F. Windows color (decimal): -12836012 or 5514044. OLE color: 5514044.

HSL color Cylindrical-coordinate representation of color #3C2354: hue angle of 270.61º 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 #3C2354 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB603584-
CMYK0.290.5800.67
HSL270.61º41.18%23.33%-
HSV(B)270.61º58.33%32.94%-
XYZ4.062.88.71-
YUV48.06148.28136.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.52%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=33.52%
G=19.55%
B=46.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6035840.290.5800.67270.6141.1823.33
Hex3C23541D3A04310f2917
Octal7443124357201034175127
Binary1111001000111010100111011110100100001110000111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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