#3C2748

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

Shades of Jagger #3C2748

Tints of Jagger #3C2748

Color information

#3C2748 (or 0x3C2748) is unknown color: approx Jagger. HEX triplet: 3C, 27 and 48. RGB value is (60,39,72). Sum of RGB (Red+Green+Blue) = 60+39+72=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2748 is #C3D8B7. Grayscale: #303030. Windows color (decimal): -12835000 or 4728636. OLE color: 4728636.

HSL color Cylindrical-coordinate representation of color #3C2748: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C2748 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB603972-
CMYK0.170.4600.72
HSL278.18º29.73%21.76%-
HSV(B)278.18º45.83%28.24%-
XYZ3.762.886.49-
YUV49.04140.96135.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=35.09%
G=22.81%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6039720.170.4600.72278.1829.7321.76
Hex3C2748112E0481161e16
Octal7447110215601104263626
Binary111100100111100100010001101110010010001000101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,72); }

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

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

 a { background-color: rgb(60,39,72); }

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

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

 span { border-color: rgb(60,39,72); }

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