#3C274D

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

Shades of Jagger #3C274D

Tints of Jagger #3C274D

Color information

#3C274D (or 0x3C274D) is unknown color: approx Jagger. HEX triplet: 3C, 27 and 4D. RGB value is (60,39,77). Sum of RGB (Red+Green+Blue) = 60+39+77=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C274D is #C3D8B2. Grayscale: #313131. Windows color (decimal): -12834995 or 5056316. OLE color: 5056316.

HSL color Cylindrical-coordinate representation of color #3C274D: hue angle of 273.16º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C274D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB603977-
CMYK0.220.4900.70
HSL273.16º32.76%22.75%-
HSV(B)273.16º49.35%30.2%-
XYZ3.932.957.38-
YUV49.61143.46135.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.09%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=34.09%
G=22.16%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6039770.220.4900.70273.1632.7622.75
Hex3C274D16310461112117
Octal7447115266101064214127
Binary1111001001111001101101101100010100011010001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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