#3C204B

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

Shades of Jagger #3C204B

Tints of Jagger #3C204B

Color information

#3C204B (or 0x3C204B) is unknown color: approx Jagger. HEX triplet: 3C, 20 and 4B. RGB value is (60,32,75). Sum of RGB (Red+Green+Blue) = 60+32+75=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C204B is #C3DFB4. Grayscale: #2D2D2D. Windows color (decimal): -12836789 or 4923452. OLE color: 4923452.

HSL color Cylindrical-coordinate representation of color #3C204B: hue angle of 279.07º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C204B is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB603275-
CMYK0.200.5700.71
HSL279.07º40.19%20.98%-
HSV(B)279.07º57.33%29.41%-
XYZ3.652.56.95-
YUV45.27144.78138.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.93%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=35.93%
G=19.16%
B=44.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6032750.200.5700.71279.0740.1920.98
Hex3C204B14390471172815
Octal7440113247101074275025
Binary1111001000001001011101001110010100011110001011110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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