Shades of Jacarta #383555
Tints of Jacarta #383555
RGB
CMYK
RGB Variations
Color information
#383555 (or 0x383555) is known color: Jacarta. HEX triplet: 38, 35 and 55. RGB value is (56,53,85). Sum of RGB (Red+Green+Blue) = 56+53+85=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #383555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383555 is #C7CAAA. Grayscale: #393939. Windows color (decimal): -13093547 or 5584184. OLE color: 5584184.
HSL color Cylindrical-coordinate representation of color #383555: hue angle of 245.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383555 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 53 | 85 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.67 |
| HSL | 245.63º | 0.23% | 0.27% | - |
| HSV(B) | 245.63º | 0.38% | 0.33% | - |
| XYZ | 4.54 | 4.04 | 9.14 | - |
| YUV | 57.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 85 | 0.34 | 0.38 | 0 | 0.67 | 245.63 | 0.23 | 0.27 |
| Hex | 38 | 35 | 55 | 22 | 26 | 0 | 43 | F6 | 17 | 1B |
| Octal | 70 | 65 | 125 | 42 | 46 | 0 | 103 | 366 | 27 | 33 |
| Binary | 111000 | 110101 | 1010101 | 100010 | 100110 | 0 | 1000011 | 11110110 | 10111 | 11011 |
Color Harmonies of #383555
Complementary color
Monochromatic Colors of #383555
Black with #383555
Text Example
Text Example
White with #383555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383555; }
p { color: rgb(56,53,85); }
H1.HeaderClassName
{
color: #383555;
}
.AnyTagClassName
{
color: #383555;
}
</style>
background-color css
<style>
a { background-color: #383555; }
a { background-color: rgb(56,53,85); }
div.DivClassName
{
background-color: #383555;
}
.BgClassName
{
background-color: #383555;
}
</style>
border-color css
<style>
span { border-color: #383555; }
span { border-color: rgb(56,53,85); }
td.TdClassName
{
border-color: #383555;
}
.TagClassName
{
border-color: #383555;
}
</style>