Shades of Jacarta #453B5A
Tints of Jacarta #453B5A
RGB
CMYK
RGB Variations
Color information
#453B5A (or 0x453B5A) is known color: Jacarta. HEX triplet: 45, 3B and 5A. RGB value is (69,59,90). Sum of RGB (Red+Green+Blue) = 69+59+90=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #453B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B5A is #BAC4A5. Grayscale: #414141. Windows color (decimal): -12240038 or 5913413. OLE color: 5913413.
HSL color Cylindrical-coordinate representation of color #453B5A: hue angle of 259.35º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #453B5A is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 59 | 90 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.65 |
| HSL | 259.35º | 0.21% | 0.29% | - |
| HSV(B) | 259.35º | 0.34% | 0.35% | - |
| XYZ | 5.86 | 5.13 | 10.35 | - |
| YUV | 65.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 90 | 0.23 | 0.34 | 0 | 0.65 | 259.35 | 0.21 | 0.29 |
| Hex | 45 | 3B | 5A | 17 | 22 | 0 | 41 | 103 | 15 | 1D |
| Octal | 105 | 73 | 132 | 27 | 42 | 0 | 101 | 403 | 25 | 35 |
| Binary | 1000101 | 111011 | 1011010 | 10111 | 100010 | 0 | 1000001 | 100000011 | 10101 | 11101 |
Color Harmonies of #453B5A
Complementary color
Monochromatic Colors of #453B5A
Black with #453B5A
Text Example
Text Example
White with #453B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B5A; }
p { color: rgb(69,59,90); }
H1.HeaderClassName
{
color: #453B5A;
}
.AnyTagClassName
{
color: #453B5A;
}
</style>
background-color css
<style>
a { background-color: #453B5A; }
a { background-color: rgb(69,59,90); }
div.DivClassName
{
background-color: #453B5A;
}
.BgClassName
{
background-color: #453B5A;
}
</style>
border-color css
<style>
span { border-color: #453B5A; }
span { border-color: rgb(69,59,90); }
td.TdClassName
{
border-color: #453B5A;
}
.TagClassName
{
border-color: #453B5A;
}
</style>