#3A284F

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

Shades of Jagger #3A284F

Tints of Jagger #3A284F

Color information

#3A284F (or 0x3A284F) is unknown color: approx Jagger. HEX triplet: 3A, 28 and 4F. RGB value is (58,40,79). Sum of RGB (Red+Green+Blue) = 58+40+79=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A284F is #C5D7B0. Grayscale: #313131. Windows color (decimal): -12965809 or 5187642. OLE color: 5187642.

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

Color convert

RGB584079-
CMYK0.270.4900.69
HSL267.69º32.77%23.33%-
HSV(B)267.69º49.37%30.98%-
XYZ3.912.987.77-
YUV49.83144.46133.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=32.77%
G=22.60%
B=44.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5840790.270.4900.69267.6932.7723.33
Hex3A284F1B3104510c2117
Octal7250117336101054144127
Binary1110101010001001111110111100010100010110000110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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