Shades of Jacarta #453C59
Tints of Jacarta #453C59
RGB
CMYK
RGB Variations
Color information
#453C59 (or 0x453C59) is known color: Jacarta. HEX triplet: 45, 3C and 59. RGB value is (69,60,89). Sum of RGB (Red+Green+Blue) = 69+60+89=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #453C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C59 is #BAC3A6. Grayscale: #414141. Windows color (decimal): -12239783 or 5848133. OLE color: 5848133.
HSL color Cylindrical-coordinate representation of color #453C59: hue angle of 258.62º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #453C59 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 60 | 89 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.65 |
| HSL | 258.62º | 0.19% | 0.29% | - |
| HSV(B) | 258.62º | 0.33% | 0.35% | - |
| XYZ | 5.87 | 5.22 | 10.15 | - |
| YUV | 66 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 89 | 0.22 | 0.33 | 0 | 0.65 | 258.62 | 0.19 | 0.29 |
| Hex | 45 | 3C | 59 | 16 | 21 | 0 | 41 | 103 | 13 | 1D |
| Octal | 105 | 74 | 131 | 26 | 41 | 0 | 101 | 403 | 23 | 35 |
| Binary | 1000101 | 111100 | 1011001 | 10110 | 100001 | 0 | 1000001 | 100000011 | 10011 | 11101 |
Color Harmonies of #453C59
Complementary color
Monochromatic Colors of #453C59
Black with #453C59
Text Example
Text Example
White with #453C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C59; }
p { color: rgb(69,60,89); }
H1.HeaderClassName
{
color: #453C59;
}
.AnyTagClassName
{
color: #453C59;
}
</style>
background-color css
<style>
a { background-color: #453C59; }
a { background-color: rgb(69,60,89); }
div.DivClassName
{
background-color: #453C59;
}
.BgClassName
{
background-color: #453C59;
}
</style>
border-color css
<style>
span { border-color: #453C59; }
span { border-color: rgb(69,60,89); }
td.TdClassName
{
border-color: #453C59;
}
.TagClassName
{
border-color: #453C59;
}
</style>