Shades of Jacarta #453E5C
Tints of Jacarta #453E5C
RGB
CMYK
RGB Variations
Color information
#453E5C (or 0x453E5C) is known color: Jacarta. HEX triplet: 45, 3E and 5C. RGB value is (69,62,92). Sum of RGB (Red+Green+Blue) = 69+62+92=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #453E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E5C is #BAC1A3. Grayscale: #434343. Windows color (decimal): -12239268 or 6045253. OLE color: 6045253.
HSL color Cylindrical-coordinate representation of color #453E5C: hue angle of 254º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #453E5C is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 62 | 92 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.64 |
| HSL | 254º | 0.19% | 0.3% | - |
| HSV(B) | 254º | 0.33% | 0.36% | - |
| XYZ | 6.11 | 5.48 | 10.86 | - |
| YUV | 67.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 92 | 0.25 | 0.33 | 0 | 0.64 | 254 | 0.19 | 0.3 |
| Hex | 45 | 3E | 5C | 19 | 21 | 0 | 40 | FE | 13 | 1E |
| Octal | 105 | 76 | 134 | 31 | 41 | 0 | 100 | 376 | 23 | 36 |
| Binary | 1000101 | 111110 | 1011100 | 11001 | 100001 | 0 | 1000000 | 11111110 | 10011 | 11110 |
Color Harmonies of #453E5C
Complementary color
Monochromatic Colors of #453E5C
Black with #453E5C
Text Example
Text Example
White with #453E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E5C; }
p { color: rgb(69,62,92); }
H1.HeaderClassName
{
color: #453E5C;
}
.AnyTagClassName
{
color: #453E5C;
}
</style>
background-color css
<style>
a { background-color: #453E5C; }
a { background-color: rgb(69,62,92); }
div.DivClassName
{
background-color: #453E5C;
}
.BgClassName
{
background-color: #453E5C;
}
</style>
border-color css
<style>
span { border-color: #453E5C; }
span { border-color: rgb(69,62,92); }
td.TdClassName
{
border-color: #453E5C;
}
.TagClassName
{
border-color: #453E5C;
}
</style>