Shades of Jacarta #44335A
Tints of Jacarta #44335A
RGB
CMYK
RGB Variations
Color information
#44335A (or 0x44335A) is known color: Jacarta. HEX triplet: 44, 33 and 5A. RGB value is (68,51,90). Sum of RGB (Red+Green+Blue) = 68+51+90=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #44335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44335A is #BBCCA5. Grayscale: #3C3C3C. Windows color (decimal): -12307622 or 5911364. OLE color: 5911364.
HSL color Cylindrical-coordinate representation of color #44335A: hue angle of 266.15º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #44335A is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 51 | 90 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.65 |
| HSL | 266.15º | 0.28% | 0.28% | - |
| HSV(B) | 266.15º | 0.43% | 0.35% | - |
| XYZ | 5.41 | 4.33 | 10.22 | - |
| YUV | 60.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 90 | 0.24 | 0.43 | 0 | 0.65 | 266.15 | 0.28 | 0.28 |
| Hex | 44 | 33 | 5A | 18 | 2B | 0 | 41 | 10A | 1C | 1C |
| Octal | 104 | 63 | 132 | 30 | 53 | 0 | 101 | 412 | 34 | 34 |
| Binary | 1000100 | 110011 | 1011010 | 11000 | 101011 | 0 | 1000001 | 100001010 | 11100 | 11100 |
Color Harmonies of #44335A
Complementary color
Monochromatic Colors of #44335A
Black with #44335A
Text Example
Text Example
White with #44335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44335A; }
p { color: rgb(68,51,90); }
H1.HeaderClassName
{
color: #44335A;
}
.AnyTagClassName
{
color: #44335A;
}
</style>
background-color css
<style>
a { background-color: #44335A; }
a { background-color: rgb(68,51,90); }
div.DivClassName
{
background-color: #44335A;
}
.BgClassName
{
background-color: #44335A;
}
</style>
border-color css
<style>
span { border-color: #44335A; }
span { border-color: rgb(68,51,90); }
td.TdClassName
{
border-color: #44335A;
}
.TagClassName
{
border-color: #44335A;
}
</style>