#3C2854

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

Shades of Jagger #3C2854

Tints of Jagger #3C2854

Color information

#3C2854 (or 0x3C2854) is unknown color: approx Jagger. HEX triplet: 3C, 28 and 54. RGB value is (60,40,84). Sum of RGB (Red+Green+Blue) = 60+40+84=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2854 is #C3D7AB. Grayscale: #323232. Windows color (decimal): -12834732 or 5515324. OLE color: 5515324.

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

Color convert

RGB604084-
CMYK0.290.5200.67
HSL267.27º35.48%24.31%-
HSV(B)267.27º52.38%32.94%-
XYZ4.223.128.77-
YUV51146.63134.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=32.61%
G=21.74%
B=45.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6040840.290.5200.67267.2735.4824.31
Hex3C28541D3404310b2318
Octal7450124356401034134330
Binary1111001010001010100111011101000100001110000101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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