Shades of Jacarta #39355A
Tints of Jacarta #39355A
RGB
CMYK
RGB Variations
Color information
#39355A (or 0x39355A) is known color: Jacarta. HEX triplet: 39, 35 and 5A. RGB value is (57,53,90). Sum of RGB (Red+Green+Blue) = 57+53+90=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #39355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39355A is #C6CAA5. Grayscale: #3A3A3A. Windows color (decimal): -13028006 or 5911865. OLE color: 5911865.
HSL color Cylindrical-coordinate representation of color #39355A: hue angle of 246.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39355A is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 53 | 90 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.65 |
| HSL | 246.49º | 0.26% | 0.28% | - |
| HSV(B) | 246.49º | 0.41% | 0.35% | - |
| XYZ | 4.81 | 4.15 | 10.22 | - |
| YUV | 58.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 90 | 0.37 | 0.41 | 0 | 0.65 | 246.49 | 0.26 | 0.28 |
| Hex | 39 | 35 | 5A | 25 | 29 | 0 | 41 | F6 | 1A | 1C |
| Octal | 71 | 65 | 132 | 45 | 51 | 0 | 101 | 366 | 32 | 34 |
| Binary | 111001 | 110101 | 1011010 | 100101 | 101001 | 0 | 1000001 | 11110110 | 11010 | 11100 |
Color Harmonies of #39355A
Complementary color
Monochromatic Colors of #39355A
Black with #39355A
Text Example
Text Example
White with #39355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39355A; }
p { color: rgb(57,53,90); }
H1.HeaderClassName
{
color: #39355A;
}
.AnyTagClassName
{
color: #39355A;
}
</style>
background-color css
<style>
a { background-color: #39355A; }
a { background-color: rgb(57,53,90); }
div.DivClassName
{
background-color: #39355A;
}
.BgClassName
{
background-color: #39355A;
}
</style>
border-color css
<style>
span { border-color: #39355A; }
span { border-color: rgb(57,53,90); }
td.TdClassName
{
border-color: #39355A;
}
.TagClassName
{
border-color: #39355A;
}
</style>