Shades of Studio #73529B
Tints of Studio #73529B
RGB
CMYK
RGB Variations
Color information
#73529B (or 0x73529B) is known color: Studio. HEX triplet: 73, 52 and 9B. RGB value is (115,82,155). Sum of RGB (Red+Green+Blue) = 115+82+155=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #73529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73529B is #8CAD64. Grayscale: #636363. Windows color (decimal): -9219429 or 10179187. OLE color: 10179187.
HSL color Cylindrical-coordinate representation of color #73529B: hue angle of 267.12º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73529B is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 82 | 155 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.39 |
| HSL | 267.12º | 0.31% | 0.46% | - |
| HSV(B) | 267.12º | 0.47% | 0.61% | - |
| XYZ | 16 | 12.05 | 32.49 | - |
| YUV | 100.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 155 | 0.26 | 0.47 | 0 | 0.39 | 267.12 | 0.31 | 0.46 |
| Hex | 73 | 52 | 9B | 1A | 2F | 0 | 27 | 10B | 1F | 2E |
| Octal | 163 | 122 | 233 | 32 | 57 | 0 | 47 | 413 | 37 | 56 |
| Binary | 1110011 | 1010010 | 10011011 | 11010 | 101111 | 0 | 100111 | 100001011 | 11111 | 101110 |
Color Harmonies of #73529B
Complementary color
Monochromatic Colors of #73529B
Black with #73529B
Text Example
Text Example
White with #73529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73529B; }
p { color: rgb(115,82,155); }
H1.HeaderClassName
{
color: #73529B;
}
.AnyTagClassName
{
color: #73529B;
}
</style>
background-color css
<style>
a { background-color: #73529B; }
a { background-color: rgb(115,82,155); }
div.DivClassName
{
background-color: #73529B;
}
.BgClassName
{
background-color: #73529B;
}
</style>
border-color css
<style>
span { border-color: #73529B; }
span { border-color: rgb(115,82,155); }
td.TdClassName
{
border-color: #73529B;
}
.TagClassName
{
border-color: #73529B;
}
</style>