#3C204E

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

Shades of Jagger #3C204E

Tints of Jagger #3C204E

Color information

#3C204E (or 0x3C204E) is unknown color: approx Jagger. HEX triplet: 3C, 20 and 4E. RGB value is (60,32,78). Sum of RGB (Red+Green+Blue) = 60+32+78=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C204E is #C3DFB1. Grayscale: #2D2D2D. Windows color (decimal): -12836786 or 5120060. OLE color: 5120060.

HSL color Cylindrical-coordinate representation of color #3C204E: hue angle of 276.52º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C204E is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB603278-
CMYK0.230.5900.69
HSL276.52º41.82%21.57%-
HSV(B)276.52º58.97%30.59%-
XYZ3.762.547.5-
YUV45.62146.28138.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=35.29%
G=18.82%
B=45.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6032780.230.5900.69276.5241.8221.57
Hex3C204E173B0451152a16
Octal7440116277301054255226
Binary1111001000001001110101111110110100010110001010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,78); }

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

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

 a { background-color: rgb(60,32,78); }

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

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

 span { border-color: rgb(60,32,78); }

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