#3B284B

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

Shades of Jagger #3B284B

Tints of Jagger #3B284B

Color information

#3B284B (or 0x3B284B) is unknown color: approx Jagger. HEX triplet: 3B, 28 and 4B. RGB value is (59,40,75). Sum of RGB (Red+Green+Blue) = 59+40+75=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B284B is #C4D7B4. Grayscale: #313131. Windows color (decimal): -12900277 or 4925499. OLE color: 4925499.

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

Color convert

RGB594075-
CMYK0.210.4700.71
HSL272.57º30.43%22.55%-
HSV(B)272.57º46.67%29.41%-
XYZ3.832.967.03-
YUV49.67142.29134.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=33.91%
G=22.99%
B=43.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5940750.210.4700.71272.5730.4322.55
Hex3B284B152F0471111e17
Octal7350113255701074213627
Binary111011101000100101110101101111010001111000100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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