#3C3244

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

Shades of Jagger #3C3244

Tints of Jagger #3C3244

Color information

#3C3244 (or 0x3C3244) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 44. RGB value is (60,50,68). Sum of RGB (Red+Green+Blue) = 60+50+68=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C3244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3244 is #C3CDBB. Grayscale: #363636. Windows color (decimal): -12832188 or 4469308. OLE color: 4469308.

HSL color Cylindrical-coordinate representation of color #3C3244: hue angle of 273.33º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C3244 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB605068-
CMYK0.120.2600.73
HSL273.33º15.25%23.14%-
HSV(B)273.33º26.47%26.67%-
XYZ4.053.665.96-
YUV55.04135.31131.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=33.71%
G=28.09%
B=38.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6050680.120.2600.73273.3315.2523.14
Hex3C3244C1A049111f17
Octal7462104143201114211727
Binary111100110010100010011001101001001001100010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,68); }

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

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

 a { background-color: rgb(60,50,68); }

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

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

 span { border-color: rgb(60,50,68); }

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