Shades of Jacarta #39345F
Tints of Jacarta #39345F
RGB
CMYK
RGB Variations
Color information
#39345F (or 0x39345F) is known color: Jacarta. HEX triplet: 39, 34 and 5F. RGB value is (57,52,95). Sum of RGB (Red+Green+Blue) = 57+52+95=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #39345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39345F is #C6CBA0. Grayscale: #3A3A3A. Windows color (decimal): -13028257 or 6239289. OLE color: 6239289.
HSL color Cylindrical-coordinate representation of color #39345F: hue angle of 246.98º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39345F is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 52 | 95 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.63 |
| HSL | 246.98º | 0.29% | 0.29% | - |
| HSV(B) | 246.98º | 0.45% | 0.37% | - |
| XYZ | 4.98 | 4.15 | 11.37 | - |
| YUV | 58.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 95 | 0.40 | 0.45 | 0 | 0.63 | 246.98 | 0.29 | 0.29 |
| Hex | 39 | 34 | 5F | 28 | 2D | 0 | 3F | F7 | 1D | 1D |
| Octal | 71 | 64 | 137 | 50 | 55 | 0 | 77 | 367 | 35 | 35 |
| Binary | 111001 | 110100 | 1011111 | 101000 | 101101 | 0 | 111111 | 11110111 | 11101 | 11101 |
Color Harmonies of #39345F
Complementary color
Monochromatic Colors of #39345F
Black with #39345F
Text Example
Text Example
White with #39345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39345F; }
p { color: rgb(57,52,95); }
H1.HeaderClassName
{
color: #39345F;
}
.AnyTagClassName
{
color: #39345F;
}
</style>
background-color css
<style>
a { background-color: #39345F; }
a { background-color: rgb(57,52,95); }
div.DivClassName
{
background-color: #39345F;
}
.BgClassName
{
background-color: #39345F;
}
</style>
border-color css
<style>
span { border-color: #39345F; }
span { border-color: rgb(57,52,95); }
td.TdClassName
{
border-color: #39345F;
}
.TagClassName
{
border-color: #39345F;
}
</style>