Shades of Jacarta #39345C
Tints of Jacarta #39345C
RGB
CMYK
RGB Variations
Color information
#39345C (or 0x39345C) is known color: Jacarta. HEX triplet: 39, 34 and 5C. RGB value is (57,52,92). Sum of RGB (Red+Green+Blue) = 57+52+92=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #39345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39345C is #C6CBA3. Grayscale: #393939. Windows color (decimal): -13028260 or 6042681. OLE color: 6042681.
HSL color Cylindrical-coordinate representation of color #39345C: hue angle of 247.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #39345C is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 52 | 92 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.64 |
| HSL | 247.5º | 0.28% | 0.28% | - |
| HSV(B) | 247.5º | 0.43% | 0.36% | - |
| XYZ | 4.85 | 4.1 | 10.66 | - |
| YUV | 58.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 92 | 0.38 | 0.43 | 0 | 0.64 | 247.5 | 0.28 | 0.28 |
| Hex | 39 | 34 | 5C | 26 | 2B | 0 | 40 | F8 | 1C | 1C |
| Octal | 71 | 64 | 134 | 46 | 53 | 0 | 100 | 370 | 34 | 34 |
| Binary | 111001 | 110100 | 1011100 | 100110 | 101011 | 0 | 1000000 | 11111000 | 11100 | 11100 |
Color Harmonies of #39345C
Complementary color
Monochromatic Colors of #39345C
Black with #39345C
Text Example
Text Example
White with #39345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39345C; }
p { color: rgb(57,52,92); }
H1.HeaderClassName
{
color: #39345C;
}
.AnyTagClassName
{
color: #39345C;
}
</style>
background-color css
<style>
a { background-color: #39345C; }
a { background-color: rgb(57,52,92); }
div.DivClassName
{
background-color: #39345C;
}
.BgClassName
{
background-color: #39345C;
}
</style>
border-color css
<style>
span { border-color: #39345C; }
span { border-color: rgb(57,52,92); }
td.TdClassName
{
border-color: #39345C;
}
.TagClassName
{
border-color: #39345C;
}
</style>