#3A284B

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

Shades of Jagger #3A284B

Tints of Jagger #3A284B

Color information

#3A284B (or 0x3A284B) is unknown color: approx Jagger. HEX triplet: 3A, 28 and 4B. RGB value is (58,40,75). Sum of RGB (Red+Green+Blue) = 58+40+75=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A284B is #C5D7B4. Grayscale: #313131. Windows color (decimal): -12965813 or 4925498. OLE color: 4925498.

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

Color convert

RGB584075-
CMYK0.230.4700.71
HSL270.86º30.43%22.55%-
HSV(B)270.86º46.67%29.41%-
XYZ3.772.937.02-
YUV49.37142.46134.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=33.53%
G=23.12%
B=43.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5840750.230.4700.71270.8630.4322.55
Hex3A284B172F04710f1e17
Octal7250113275701074173627
Binary111010101000100101110111101111010001111000011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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