Shades of Jacarta #3A3757
Tints of Jacarta #3A3757
RGB
CMYK
RGB Variations
Color information
#3A3757 (or 0x3A3757) is known color: Jacarta. HEX triplet: 3A, 37 and 57. RGB value is (58,55,87). Sum of RGB (Red+Green+Blue) = 58+55+87=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A3757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3757 is #C5C8A8. Grayscale: #3B3B3B. Windows color (decimal): -12961961 or 5715770. OLE color: 5715770.
HSL color Cylindrical-coordinate representation of color #3A3757: hue angle of 245.62º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A3757 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 55 | 87 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.66 |
| HSL | 245.63º | 0.23% | 0.28% | - |
| HSV(B) | 245.63º | 0.37% | 0.34% | - |
| XYZ | 4.83 | 4.32 | 9.6 | - |
| YUV | 59.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 87 | 0.33 | 0.37 | 0 | 0.66 | 245.63 | 0.23 | 0.28 |
| Hex | 3A | 37 | 57 | 21 | 25 | 0 | 42 | F6 | 17 | 1C |
| Octal | 72 | 67 | 127 | 41 | 45 | 0 | 102 | 366 | 27 | 34 |
| Binary | 111010 | 110111 | 1010111 | 100001 | 100101 | 0 | 1000010 | 11110110 | 10111 | 11100 |
Color Harmonies of #3A3757
Complementary color
Monochromatic Colors of #3A3757
Black with #3A3757
Text Example
Text Example
White with #3A3757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3757; }
p { color: rgb(58,55,87); }
H1.HeaderClassName
{
color: #3A3757;
}
.AnyTagClassName
{
color: #3A3757;
}
</style>
background-color css
<style>
a { background-color: #3A3757; }
a { background-color: rgb(58,55,87); }
div.DivClassName
{
background-color: #3A3757;
}
.BgClassName
{
background-color: #3A3757;
}
</style>
border-color css
<style>
span { border-color: #3A3757; }
span { border-color: rgb(58,55,87); }
td.TdClassName
{
border-color: #3A3757;
}
.TagClassName
{
border-color: #3A3757;
}
</style>