Shades of Jacarta #45355B
Tints of Jacarta #45355B
RGB
CMYK
RGB Variations
Color information
#45355B (or 0x45355B) is known color: Jacarta. HEX triplet: 45, 35 and 5B. RGB value is (69,53,91). Sum of RGB (Red+Green+Blue) = 69+53+91=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #45355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45355B is #BACAA4. Grayscale: #3D3D3D. Windows color (decimal): -12241573 or 5977413. OLE color: 5977413.
HSL color Cylindrical-coordinate representation of color #45355B: hue angle of 265.26º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45355B is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 53 | 91 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.64 |
| HSL | 265.26º | 0.26% | 0.28% | - |
| HSV(B) | 265.26º | 0.42% | 0.36% | - |
| XYZ | 5.62 | 4.57 | 10.48 | - |
| YUV | 62.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 91 | 0.24 | 0.42 | 0 | 0.64 | 265.26 | 0.26 | 0.28 |
| Hex | 45 | 35 | 5B | 18 | 2A | 0 | 40 | 109 | 1A | 1C |
| Octal | 105 | 65 | 133 | 30 | 52 | 0 | 100 | 411 | 32 | 34 |
| Binary | 1000101 | 110101 | 1011011 | 11000 | 101010 | 0 | 1000000 | 100001001 | 11010 | 11100 |
Color Harmonies of #45355B
Complementary color
Monochromatic Colors of #45355B
Black with #45355B
Text Example
Text Example
White with #45355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45355B; }
p { color: rgb(69,53,91); }
H1.HeaderClassName
{
color: #45355B;
}
.AnyTagClassName
{
color: #45355B;
}
</style>
background-color css
<style>
a { background-color: #45355B; }
a { background-color: rgb(69,53,91); }
div.DivClassName
{
background-color: #45355B;
}
.BgClassName
{
background-color: #45355B;
}
</style>
border-color css
<style>
span { border-color: #45355B; }
span { border-color: rgb(69,53,91); }
td.TdClassName
{
border-color: #45355B;
}
.TagClassName
{
border-color: #45355B;
}
</style>