#3C2251

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

Shades of Jagger #3C2251

Tints of Jagger #3C2251

Color information

#3C2251 (or 0x3C2251) is unknown color: approx Jagger. HEX triplet: 3C, 22 and 51. RGB value is (60,34,81). Sum of RGB (Red+Green+Blue) = 60+34+81=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2251 is #C3DDAE. Grayscale: #2E2E2E. Windows color (decimal): -12836271 or 5317180. OLE color: 5317180.

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

Color convert

RGB603481-
CMYK0.260.5800.68
HSL273.19º40.87%22.55%-
HSV(B)273.19º58.02%31.76%-
XYZ3.922.78.1-
YUV47.13147.11137.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=34.29%
G=19.43%
B=46.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6034810.260.5800.68273.1940.8722.55
Hex3C22511A3A0441112917
Octal7442121327201044215127
Binary1111001000101010001110101110100100010010001000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,34,81); }

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

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

 a { background-color: rgb(60,34,81); }

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

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

 span { border-color: rgb(60,34,81); }

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