Shades of Jacarta #45365A
Tints of Jacarta #45365A
RGB
CMYK
RGB Variations
Color information
#45365A (or 0x45365A) is known color: Jacarta. HEX triplet: 45, 36 and 5A. RGB value is (69,54,90). Sum of RGB (Red+Green+Blue) = 69+54+90=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #45365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45365A is #BAC9A5. Grayscale: #3E3E3E. Windows color (decimal): -12241318 or 5912133. OLE color: 5912133.
HSL color Cylindrical-coordinate representation of color #45365A: hue angle of 265º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45365A is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 54 | 90 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.65 |
| HSL | 265º | 0.25% | 0.28% | - |
| HSV(B) | 265º | 0.4% | 0.35% | - |
| XYZ | 5.62 | 4.64 | 10.27 | - |
| YUV | 62.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 90 | 0.23 | 0.40 | 0 | 0.65 | 265 | 0.25 | 0.28 |
| Hex | 45 | 36 | 5A | 17 | 28 | 0 | 41 | 109 | 19 | 1C |
| Octal | 105 | 66 | 132 | 27 | 50 | 0 | 101 | 411 | 31 | 34 |
| Binary | 1000101 | 110110 | 1011010 | 10111 | 101000 | 0 | 1000001 | 100001001 | 11001 | 11100 |
Color Harmonies of #45365A
Complementary color
Monochromatic Colors of #45365A
Black with #45365A
Text Example
Text Example
White with #45365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45365A; }
p { color: rgb(69,54,90); }
H1.HeaderClassName
{
color: #45365A;
}
.AnyTagClassName
{
color: #45365A;
}
</style>
background-color css
<style>
a { background-color: #45365A; }
a { background-color: rgb(69,54,90); }
div.DivClassName
{
background-color: #45365A;
}
.BgClassName
{
background-color: #45365A;
}
</style>
border-color css
<style>
span { border-color: #45365A; }
span { border-color: rgb(69,54,90); }
td.TdClassName
{
border-color: #45365A;
}
.TagClassName
{
border-color: #45365A;
}
</style>