Shades of Jacarta #453A5C
Tints of Jacarta #453A5C
RGB
CMYK
RGB Variations
Color information
#453A5C (or 0x453A5C) is known color: Jacarta. HEX triplet: 45, 3A and 5C. RGB value is (69,58,92). Sum of RGB (Red+Green+Blue) = 69+58+92=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #453A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A5C is #BAC5A3. Grayscale: #414141. Windows color (decimal): -12240292 or 6044229. OLE color: 6044229.
HSL color Cylindrical-coordinate representation of color #453A5C: hue angle of 259.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #453A5C is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 58 | 92 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.64 |
| HSL | 259.41º | 0.23% | 0.29% | - |
| HSV(B) | 259.41º | 0.37% | 0.36% | - |
| XYZ | 5.9 | 5.06 | 10.79 | - |
| YUV | 65.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 92 | 0.25 | 0.37 | 0 | 0.64 | 259.41 | 0.23 | 0.29 |
| Hex | 45 | 3A | 5C | 19 | 25 | 0 | 40 | 103 | 17 | 1D |
| Octal | 105 | 72 | 134 | 31 | 45 | 0 | 100 | 403 | 27 | 35 |
| Binary | 1000101 | 111010 | 1011100 | 11001 | 100101 | 0 | 1000000 | 100000011 | 10111 | 11101 |
Color Harmonies of #453A5C
Complementary color
Monochromatic Colors of #453A5C
Black with #453A5C
Text Example
Text Example
White with #453A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A5C; }
p { color: rgb(69,58,92); }
H1.HeaderClassName
{
color: #453A5C;
}
.AnyTagClassName
{
color: #453A5C;
}
</style>
background-color css
<style>
a { background-color: #453A5C; }
a { background-color: rgb(69,58,92); }
div.DivClassName
{
background-color: #453A5C;
}
.BgClassName
{
background-color: #453A5C;
}
</style>
border-color css
<style>
span { border-color: #453A5C; }
span { border-color: rgb(69,58,92); }
td.TdClassName
{
border-color: #453A5C;
}
.TagClassName
{
border-color: #453A5C;
}
</style>