Shades of Jacarta #453A5F
Tints of Jacarta #453A5F
RGB
CMYK
RGB Variations
Color information
#453A5F (or 0x453A5F) is known color: Jacarta. HEX triplet: 45, 3A and 5F. RGB value is (69,58,95). Sum of RGB (Red+Green+Blue) = 69+58+95=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #453A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A5F is #BAC5A0. Grayscale: #414141. Windows color (decimal): -12240289 or 6240837. OLE color: 6240837.
HSL color Cylindrical-coordinate representation of color #453A5F: hue angle of 257.84º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453A5F is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 58 | 95 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.63 |
| HSL | 257.84º | 0.24% | 0.3% | - |
| HSV(B) | 257.84º | 0.39% | 0.37% | - |
| XYZ | 6.03 | 5.12 | 11.5 | - |
| YUV | 65.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 95 | 0.27 | 0.39 | 0 | 0.63 | 257.84 | 0.24 | 0.3 |
| Hex | 45 | 3A | 5F | 1B | 27 | 0 | 3F | 102 | 18 | 1E |
| Octal | 105 | 72 | 137 | 33 | 47 | 0 | 77 | 402 | 30 | 36 |
| Binary | 1000101 | 111010 | 1011111 | 11011 | 100111 | 0 | 111111 | 100000010 | 11000 | 11110 |
Color Harmonies of #453A5F
Complementary color
Monochromatic Colors of #453A5F
Black with #453A5F
Text Example
Text Example
White with #453A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A5F; }
p { color: rgb(69,58,95); }
H1.HeaderClassName
{
color: #453A5F;
}
.AnyTagClassName
{
color: #453A5F;
}
</style>
background-color css
<style>
a { background-color: #453A5F; }
a { background-color: rgb(69,58,95); }
div.DivClassName
{
background-color: #453A5F;
}
.BgClassName
{
background-color: #453A5F;
}
</style>
border-color css
<style>
span { border-color: #453A5F; }
span { border-color: rgb(69,58,95); }
td.TdClassName
{
border-color: #453A5F;
}
.TagClassName
{
border-color: #453A5F;
}
</style>