Shades of Shakespeare #739EC3
Tints of Shakespeare #739EC3
RGB
CMYK
RGB Variations
Color information
#739EC3 (or 0x739EC3) is known color: Shakespeare. HEX triplet: 73, 9E and C3. RGB value is (115,158,195). Sum of RGB (Red+Green+Blue) = 115+158+195=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #739EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EC3 is #8C613C. Grayscale: #959595. Windows color (decimal): -9199933 or 12820083. OLE color: 12820083.
HSL color Cylindrical-coordinate representation of color #739EC3: hue angle of 207.75º 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 #739EC3 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 158 | 195 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.24 |
| HSL | 207.75º | 0.4% | 0.61% | - |
| HSV(B) | 207.75º | 0.41% | 0.76% | - |
| XYZ | 29.15 | 32.04 | 56.28 | - |
| YUV | 149.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 195 | 0.41 | 0.19 | 0 | 0.24 | 207.75 | 0.4 | 0.61 |
| Hex | 73 | 9E | C3 | 29 | 13 | 0 | 18 | D0 | 28 | 3D |
| Octal | 163 | 236 | 303 | 51 | 23 | 0 | 30 | 320 | 50 | 75 |
| Binary | 1110011 | 10011110 | 11000011 | 101001 | 10011 | 0 | 11000 | 11010000 | 101000 | 111101 |
Color Harmonies of #739EC3
Complementary color
Monochromatic Colors of #739EC3
Black with #739EC3
Text Example
Text Example
White with #739EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EC3; }
p { color: rgb(115,158,195); }
H1.HeaderClassName
{
color: #739EC3;
}
.AnyTagClassName
{
color: #739EC3;
}
</style>
background-color css
<style>
a { background-color: #739EC3; }
a { background-color: rgb(115,158,195); }
div.DivClassName
{
background-color: #739EC3;
}
.BgClassName
{
background-color: #739EC3;
}
</style>
border-color css
<style>
span { border-color: #739EC3; }
span { border-color: rgb(115,158,195); }
td.TdClassName
{
border-color: #739EC3;
}
.TagClassName
{
border-color: #739EC3;
}
</style>