Shades of Jacarta #453D5C
Tints of Jacarta #453D5C
RGB
CMYK
RGB Variations
Color information
#453D5C (or 0x453D5C) is known color: Jacarta. HEX triplet: 45, 3D and 5C. RGB value is (69,61,92). Sum of RGB (Red+Green+Blue) = 69+61+92=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #453D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D5C is #BAC2A3. Grayscale: #424242. Windows color (decimal): -12239524 or 6044997. OLE color: 6044997.
HSL color Cylindrical-coordinate representation of color #453D5C: hue angle of 255.48º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #453D5C is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 61 | 92 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.64 |
| HSL | 255.48º | 0.2% | 0.3% | - |
| HSV(B) | 255.48º | 0.34% | 0.36% | - |
| XYZ | 6.05 | 5.38 | 10.84 | - |
| YUV | 66.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 92 | 0.25 | 0.34 | 0 | 0.64 | 255.48 | 0.2 | 0.3 |
| Hex | 45 | 3D | 5C | 19 | 22 | 0 | 40 | FF | 14 | 1E |
| Octal | 105 | 75 | 134 | 31 | 42 | 0 | 100 | 377 | 24 | 36 |
| Binary | 1000101 | 111101 | 1011100 | 11001 | 100010 | 0 | 1000000 | 11111111 | 10100 | 11110 |
Color Harmonies of #453D5C
Complementary color
Monochromatic Colors of #453D5C
Black with #453D5C
Text Example
Text Example
White with #453D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D5C; }
p { color: rgb(69,61,92); }
H1.HeaderClassName
{
color: #453D5C;
}
.AnyTagClassName
{
color: #453D5C;
}
</style>
background-color css
<style>
a { background-color: #453D5C; }
a { background-color: rgb(69,61,92); }
div.DivClassName
{
background-color: #453D5C;
}
.BgClassName
{
background-color: #453D5C;
}
</style>
border-color css
<style>
span { border-color: #453D5C; }
span { border-color: rgb(69,61,92); }
td.TdClassName
{
border-color: #453D5C;
}
.TagClassName
{
border-color: #453D5C;
}
</style>