Shades of Jacarta #44305E
Tints of Jacarta #44305E
RGB
CMYK
RGB Variations
Color information
#44305E (or 0x44305E) is known color: Jacarta. HEX triplet: 44, 30 and 5E. RGB value is (68,48,94). Sum of RGB (Red+Green+Blue) = 68+48+94=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #44305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44305E is #BBCFA1. Grayscale: #3B3B3B. Windows color (decimal): -12308386 or 6172740. OLE color: 6172740.
HSL color Cylindrical-coordinate representation of color #44305E: hue angle of 266.09º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44305E is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 48 | 94 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.63 |
| HSL | 266.09º | 0.32% | 0.28% | - |
| HSV(B) | 266.09º | 0.49% | 0.37% | - |
| XYZ | 5.46 | 4.15 | 11.1 | - |
| YUV | 59.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 94 | 0.28 | 0.49 | 0 | 0.63 | 266.09 | 0.32 | 0.28 |
| Hex | 44 | 30 | 5E | 1C | 31 | 0 | 3F | 10A | 20 | 1C |
| Octal | 104 | 60 | 136 | 34 | 61 | 0 | 77 | 412 | 40 | 34 |
| Binary | 1000100 | 110000 | 1011110 | 11100 | 110001 | 0 | 111111 | 100001010 | 100000 | 11100 |
Color Harmonies of #44305E
Complementary color
Monochromatic Colors of #44305E
Black with #44305E
Text Example
Text Example
White with #44305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44305E; }
p { color: rgb(68,48,94); }
H1.HeaderClassName
{
color: #44305E;
}
.AnyTagClassName
{
color: #44305E;
}
</style>
background-color css
<style>
a { background-color: #44305E; }
a { background-color: rgb(68,48,94); }
div.DivClassName
{
background-color: #44305E;
}
.BgClassName
{
background-color: #44305E;
}
</style>
border-color css
<style>
span { border-color: #44305E; }
span { border-color: rgb(68,48,94); }
td.TdClassName
{
border-color: #44305E;
}
.TagClassName
{
border-color: #44305E;
}
</style>