#3C284D

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

Shades of Jagger #3C284D

Tints of Jagger #3C284D

Color information

#3C284D (or 0x3C284D) is unknown color: approx Jagger. HEX triplet: 3C, 28 and 4D. RGB value is (60,40,77). Sum of RGB (Red+Green+Blue) = 60+40+77=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C284D is #C3D7B2. Grayscale: #323232. Windows color (decimal): -12834739 or 5056572. OLE color: 5056572.

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

Color convert

RGB604077-
CMYK0.220.4800.70
HSL272.43º31.62%22.94%-
HSV(B)272.43º48.05%30.2%-
XYZ3.963.017.39-
YUV50.2143.13134.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=33.90%
G=22.60%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6040770.220.4800.70272.4331.6222.94
Hex3C284D16300461102017
Octal7450115266001064204027
Binary1111001010001001101101101100000100011010001000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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