#3C2554

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

Shades of Jagger #3C2554

Tints of Jagger #3C2554

Color information

#3C2554 (or 0x3C2554) is unknown color: approx Jagger. HEX triplet: 3C, 25 and 54. RGB value is (60,37,84). Sum of RGB (Red+Green+Blue) = 60+37+84=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C2554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2554 is #C3DAAB. Grayscale: #313131. Windows color (decimal): -12835500 or 5514556. OLE color: 5514556.

HSL color Cylindrical-coordinate representation of color #3C2554: hue angle of 269.36º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C2554 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB603784-
CMYK0.290.5600.67
HSL269.36º38.84%23.73%-
HSV(B)269.36º55.95%32.94%-
XYZ4.132.928.73-
YUV49.23147.62135.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.15%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=33.15%
G=20.44%
B=46.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6037840.290.5600.67269.3638.8423.73
Hex3C25541D3804310d2718
Octal7445124357001034154730
Binary1111001001011010100111011110000100001110000110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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