Shades of Studio #7344BB
Tints of Studio #7344BB
RGB
CMYK
RGB Variations
Color information
#7344BB (or 0x7344BB) is known color: Studio. HEX triplet: 73, 44 and BB. RGB value is (115,68,187). Sum of RGB (Red+Green+Blue) = 115+68+187=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #7344BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344BB is #8CBB44. Grayscale: #5F5F5F. Windows color (decimal): -9222981 or 12272755. OLE color: 12272755.
HSL color Cylindrical-coordinate representation of color #7344BB: hue angle of 263.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7344BB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 68 | 187 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.27 |
| HSL | 263.7º | 0.47% | 0.5% | - |
| HSV(B) | 263.7º | 0.64% | 0.73% | - |
| XYZ | 18.11 | 11.37 | 48.25 | - |
| YUV | 95.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 187 | 0.39 | 0.64 | 0 | 0.27 | 263.7 | 0.47 | 0.5 |
| Hex | 73 | 44 | BB | 27 | 40 | 0 | 1B | 108 | 2F | 32 |
| Octal | 163 | 104 | 273 | 47 | 100 | 0 | 33 | 410 | 57 | 62 |
| Binary | 1110011 | 1000100 | 10111011 | 100111 | 1000000 | 0 | 11011 | 100001000 | 101111 | 110010 |
Color Harmonies of #7344BB
Complementary color
Monochromatic Colors of #7344BB
Black with #7344BB
Text Example
Text Example
White with #7344BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344BB; }
p { color: rgb(115,68,187); }
H1.HeaderClassName
{
color: #7344BB;
}
.AnyTagClassName
{
color: #7344BB;
}
</style>
background-color css
<style>
a { background-color: #7344BB; }
a { background-color: rgb(115,68,187); }
div.DivClassName
{
background-color: #7344BB;
}
.BgClassName
{
background-color: #7344BB;
}
</style>
border-color css
<style>
span { border-color: #7344BB; }
span { border-color: rgb(115,68,187); }
td.TdClassName
{
border-color: #7344BB;
}
.TagClassName
{
border-color: #7344BB;
}
</style>