Shades of Jacarta #44355A
Tints of Jacarta #44355A
RGB
CMYK
RGB Variations
Color information
#44355A (or 0x44355A) is known color: Jacarta. HEX triplet: 44, 35 and 5A. RGB value is (68,53,90). Sum of RGB (Red+Green+Blue) = 68+53+90=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #44355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44355A is #BBCAA5. Grayscale: #3D3D3D. Windows color (decimal): -12307110 or 5911876. OLE color: 5911876.
HSL color Cylindrical-coordinate representation of color #44355A: hue angle of 264.32º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44355A is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 53 | 90 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.65 |
| HSL | 264.32º | 0.26% | 0.28% | - |
| HSV(B) | 264.32º | 0.41% | 0.35% | - |
| XYZ | 5.5 | 4.51 | 10.25 | - |
| YUV | 61.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 90 | 0.24 | 0.41 | 0 | 0.65 | 264.32 | 0.26 | 0.28 |
| Hex | 44 | 35 | 5A | 18 | 29 | 0 | 41 | 108 | 1A | 1C |
| Octal | 104 | 65 | 132 | 30 | 51 | 0 | 101 | 410 | 32 | 34 |
| Binary | 1000100 | 110101 | 1011010 | 11000 | 101001 | 0 | 1000001 | 100001000 | 11010 | 11100 |
Color Harmonies of #44355A
Complementary color
Monochromatic Colors of #44355A
Black with #44355A
Text Example
Text Example
White with #44355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44355A; }
p { color: rgb(68,53,90); }
H1.HeaderClassName
{
color: #44355A;
}
.AnyTagClassName
{
color: #44355A;
}
</style>
background-color css
<style>
a { background-color: #44355A; }
a { background-color: rgb(68,53,90); }
div.DivClassName
{
background-color: #44355A;
}
.BgClassName
{
background-color: #44355A;
}
</style>
border-color css
<style>
span { border-color: #44355A; }
span { border-color: rgb(68,53,90); }
td.TdClassName
{
border-color: #44355A;
}
.TagClassName
{
border-color: #44355A;
}
</style>