Shades of Jacarta #38345B
Tints of Jacarta #38345B
RGB
CMYK
RGB Variations
Color information
#38345B (or 0x38345B) is known color: Jacarta. HEX triplet: 38, 34 and 5B. RGB value is (56,52,91). Sum of RGB (Red+Green+Blue) = 56+52+91=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #38345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38345B is #C7CBA4. Grayscale: #393939. Windows color (decimal): -13093797 or 5977144. OLE color: 5977144.
HSL color Cylindrical-coordinate representation of color #38345B: hue angle of 246.15º degrees, saturation: 0.27, 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 #38345B is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 52 | 91 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.64 |
| HSL | 246.15º | 0.27% | 0.28% | - |
| HSV(B) | 246.15º | 0.43% | 0.36% | - |
| XYZ | 4.75 | 4.05 | 10.43 | - |
| YUV | 57.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 91 | 0.38 | 0.43 | 0 | 0.64 | 246.15 | 0.27 | 0.28 |
| Hex | 38 | 34 | 5B | 26 | 2B | 0 | 40 | F6 | 1B | 1C |
| Octal | 70 | 64 | 133 | 46 | 53 | 0 | 100 | 366 | 33 | 34 |
| Binary | 111000 | 110100 | 1011011 | 100110 | 101011 | 0 | 1000000 | 11110110 | 11011 | 11100 |
Color Harmonies of #38345B
Complementary color
Monochromatic Colors of #38345B
Black with #38345B
Text Example
Text Example
White with #38345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38345B; }
p { color: rgb(56,52,91); }
H1.HeaderClassName
{
color: #38345B;
}
.AnyTagClassName
{
color: #38345B;
}
</style>
background-color css
<style>
a { background-color: #38345B; }
a { background-color: rgb(56,52,91); }
div.DivClassName
{
background-color: #38345B;
}
.BgClassName
{
background-color: #38345B;
}
</style>
border-color css
<style>
span { border-color: #38345B; }
span { border-color: rgb(56,52,91); }
td.TdClassName
{
border-color: #38345B;
}
.TagClassName
{
border-color: #38345B;
}
</style>