Shades of Jacarta #383259
Tints of Jacarta #383259
RGB
CMYK
RGB Variations
Color information
#383259 (or 0x383259) is known color: Jacarta. HEX triplet: 38, 32 and 59. RGB value is (56,50,89). Sum of RGB (Red+Green+Blue) = 56+50+89=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #383259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383259 is #C7CDA6. Grayscale: #383838. Windows color (decimal): -13094311 or 5845560. OLE color: 5845560.
HSL color Cylindrical-coordinate representation of color #383259: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383259 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 50 | 89 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.65 |
| HSL | 249.23º | 0.28% | 0.27% | - |
| HSV(B) | 249.23º | 0.44% | 0.35% | - |
| XYZ | 4.57 | 3.84 | 9.95 | - |
| YUV | 56.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 89 | 0.37 | 0.44 | 0 | 0.65 | 249.23 | 0.28 | 0.27 |
| Hex | 38 | 32 | 59 | 25 | 2C | 0 | 41 | F9 | 1C | 1B |
| Octal | 70 | 62 | 131 | 45 | 54 | 0 | 101 | 371 | 34 | 33 |
| Binary | 111000 | 110010 | 1011001 | 100101 | 101100 | 0 | 1000001 | 11111001 | 11100 | 11011 |
Color Harmonies of #383259
Complementary color
Monochromatic Colors of #383259
Black with #383259
Text Example
Text Example
White with #383259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383259; }
p { color: rgb(56,50,89); }
H1.HeaderClassName
{
color: #383259;
}
.AnyTagClassName
{
color: #383259;
}
</style>
background-color css
<style>
a { background-color: #383259; }
a { background-color: rgb(56,50,89); }
div.DivClassName
{
background-color: #383259;
}
.BgClassName
{
background-color: #383259;
}
</style>
border-color css
<style>
span { border-color: #383259; }
span { border-color: rgb(56,50,89); }
td.TdClassName
{
border-color: #383259;
}
.TagClassName
{
border-color: #383259;
}
</style>