Shades of Shakespeare #739CC3
Tints of Shakespeare #739CC3
RGB
CMYK
RGB Variations
Color information
#739CC3 (or 0x739CC3) is known color: Shakespeare. HEX triplet: 73, 9C and C3. RGB value is (115,156,195). Sum of RGB (Red+Green+Blue) = 115+156+195=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #739CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CC3 is #8C633C. Grayscale: #939393. Windows color (decimal): -9200445 or 12819571. OLE color: 12819571.
HSL color Cylindrical-coordinate representation of color #739CC3: hue angle of 209.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #739CC3 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 156 | 195 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.24 |
| HSL | 209.25º | 0.4% | 0.61% | - |
| HSV(B) | 209.25º | 0.41% | 0.76% | - |
| XYZ | 28.81 | 31.36 | 56.16 | - |
| YUV | 148.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 195 | 0.41 | 0.20 | 0 | 0.24 | 209.25 | 0.4 | 0.61 |
| Hex | 73 | 9C | C3 | 29 | 14 | 0 | 18 | D1 | 28 | 3D |
| Octal | 163 | 234 | 303 | 51 | 24 | 0 | 30 | 321 | 50 | 75 |
| Binary | 1110011 | 10011100 | 11000011 | 101001 | 10100 | 0 | 11000 | 11010001 | 101000 | 111101 |
Color Harmonies of #739CC3
Complementary color
Monochromatic Colors of #739CC3
Black with #739CC3
Text Example
Text Example
White with #739CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CC3; }
p { color: rgb(115,156,195); }
H1.HeaderClassName
{
color: #739CC3;
}
.AnyTagClassName
{
color: #739CC3;
}
</style>
background-color css
<style>
a { background-color: #739CC3; }
a { background-color: rgb(115,156,195); }
div.DivClassName
{
background-color: #739CC3;
}
.BgClassName
{
background-color: #739CC3;
}
</style>
border-color css
<style>
span { border-color: #739CC3; }
span { border-color: rgb(115,156,195); }
td.TdClassName
{
border-color: #739CC3;
}
.TagClassName
{
border-color: #739CC3;
}
</style>