Shades of Studio #7348BB
Tints of Studio #7348BB
RGB
CMYK
RGB Variations
Color information
#7348BB (or 0x7348BB) is known color: Studio. HEX triplet: 73, 48 and BB. RGB value is (115,72,187). Sum of RGB (Red+Green+Blue) = 115+72+187=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #7348BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348BB is #8CB744. Grayscale: #616161. Windows color (decimal): -9221957 or 12273779. OLE color: 12273779.
HSL color Cylindrical-coordinate representation of color #7348BB: hue angle of 262.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7348BB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 72 | 187 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.27 |
| HSL | 262.43º | 0.46% | 0.51% | - |
| HSV(B) | 262.43º | 0.61% | 0.73% | - |
| XYZ | 18.36 | 11.87 | 48.34 | - |
| YUV | 97.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 187 | 0.39 | 0.61 | 0 | 0.27 | 262.43 | 0.46 | 0.51 |
| Hex | 73 | 48 | BB | 27 | 3D | 0 | 1B | 106 | 2E | 33 |
| Octal | 163 | 110 | 273 | 47 | 75 | 0 | 33 | 406 | 56 | 63 |
| Binary | 1110011 | 1001000 | 10111011 | 100111 | 111101 | 0 | 11011 | 100000110 | 101110 | 110011 |
Color Harmonies of #7348BB
Complementary color
Monochromatic Colors of #7348BB
Black with #7348BB
Text Example
Text Example
White with #7348BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7348BB; }
p { color: rgb(115,72,187); }
H1.HeaderClassName
{
color: #7348BB;
}
.AnyTagClassName
{
color: #7348BB;
}
</style>
background-color css
<style>
a { background-color: #7348BB; }
a { background-color: rgb(115,72,187); }
div.DivClassName
{
background-color: #7348BB;
}
.BgClassName
{
background-color: #7348BB;
}
</style>
border-color css
<style>
span { border-color: #7348BB; }
span { border-color: rgb(115,72,187); }
td.TdClassName
{
border-color: #7348BB;
}
.TagClassName
{
border-color: #7348BB;
}
</style>