#3B204B

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

Shades of Jagger #3B204B

Tints of Jagger #3B204B

Color information

#3B204B (or 0x3B204B) is unknown color: approx Jagger. HEX triplet: 3B, 20 and 4B. RGB value is (59,32,75). Sum of RGB (Red+Green+Blue) = 59+32+75=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B204B is #C4DFB4. Grayscale: #2C2C2C. Windows color (decimal): -12902325 or 4923451. OLE color: 4923451.

HSL color Cylindrical-coordinate representation of color #3B204B: hue angle of 277.67º 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 #3B204B is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB593275-
CMYK0.210.5700.71
HSL277.67º40.19%20.98%-
HSV(B)277.67º57.33%29.41%-
XYZ3.592.476.94-
YUV44.97144.95138-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=35.54%
G=19.28%
B=45.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5932750.210.5700.71277.6740.1920.98
Hex3B204B15390471162815
Octal7340113257101074265025
Binary1110111000001001011101011110010100011110001011010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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