Shades of Jacarta #44305D
Tints of Jacarta #44305D
RGB
CMYK
RGB Variations
Color information
#44305D (or 0x44305D) is known color: Jacarta. HEX triplet: 44, 30 and 5D. RGB value is (68,48,93). Sum of RGB (Red+Green+Blue) = 68+48+93=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #44305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44305D is #BBCFA2. Grayscale: #3A3A3A. Windows color (decimal): -12308387 or 6107204. OLE color: 6107204.
HSL color Cylindrical-coordinate representation of color #44305D: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44305D is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 48 | 93 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.64 |
| HSL | 266.67º | 0.32% | 0.28% | - |
| HSV(B) | 266.67º | 0.48% | 0.36% | - |
| XYZ | 5.42 | 4.13 | 10.87 | - |
| YUV | 59.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 93 | 0.27 | 0.48 | 0 | 0.64 | 266.67 | 0.32 | 0.28 |
| Hex | 44 | 30 | 5D | 1B | 30 | 0 | 40 | 10B | 20 | 1C |
| Octal | 104 | 60 | 135 | 33 | 60 | 0 | 100 | 413 | 40 | 34 |
| Binary | 1000100 | 110000 | 1011101 | 11011 | 110000 | 0 | 1000000 | 100001011 | 100000 | 11100 |
Color Harmonies of #44305D
Complementary color
Monochromatic Colors of #44305D
Black with #44305D
Text Example
Text Example
White with #44305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44305D; }
p { color: rgb(68,48,93); }
H1.HeaderClassName
{
color: #44305D;
}
.AnyTagClassName
{
color: #44305D;
}
</style>
background-color css
<style>
a { background-color: #44305D; }
a { background-color: rgb(68,48,93); }
div.DivClassName
{
background-color: #44305D;
}
.BgClassName
{
background-color: #44305D;
}
</style>
border-color css
<style>
span { border-color: #44305D; }
span { border-color: rgb(68,48,93); }
td.TdClassName
{
border-color: #44305D;
}
.TagClassName
{
border-color: #44305D;
}
</style>