Shades of Chetwode Blue #7371AE
Tints of Chetwode Blue #7371AE
RGB
CMYK
RGB Variations
Color information
#7371AE (or 0x7371AE) is known color: Chetwode Blue. HEX triplet: 73, 71 and AE. RGB value is (115,113,174). Sum of RGB (Red+Green+Blue) = 115+113+174=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #7371AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7371AE is #8C8E51. Grayscale: #787878. Windows color (decimal): -9211474 or 11432307. OLE color: 11432307.
HSL color Cylindrical-coordinate representation of color #7371AE: hue angle of 241.97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7371AE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 113 | 174 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.32 |
| HSL | 241.97º | 0.27% | 0.56% | - |
| HSV(B) | 241.97º | 0.35% | 0.68% | - |
| XYZ | 20.62 | 18.51 | 42.53 | - |
| YUV | 120.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 174 | 0.34 | 0.35 | 0 | 0.32 | 241.97 | 0.27 | 0.56 |
| Hex | 73 | 71 | AE | 22 | 23 | 0 | 20 | F2 | 1B | 38 |
| Octal | 163 | 161 | 256 | 42 | 43 | 0 | 40 | 362 | 33 | 70 |
| Binary | 1110011 | 1110001 | 10101110 | 100010 | 100011 | 0 | 100000 | 11110010 | 11011 | 111000 |
Color Harmonies of #7371AE
Complementary color
Monochromatic Colors of #7371AE
Black with #7371AE
Text Example
Text Example
White with #7371AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7371AE; }
p { color: rgb(115,113,174); }
H1.HeaderClassName
{
color: #7371AE;
}
.AnyTagClassName
{
color: #7371AE;
}
</style>
background-color css
<style>
a { background-color: #7371AE; }
a { background-color: rgb(115,113,174); }
div.DivClassName
{
background-color: #7371AE;
}
.BgClassName
{
background-color: #7371AE;
}
</style>
border-color css
<style>
span { border-color: #7371AE; }
span { border-color: rgb(115,113,174); }
td.TdClassName
{
border-color: #7371AE;
}
.TagClassName
{
border-color: #7371AE;
}
</style>