Shades of Chetwode Blue #7372AB
Tints of Chetwode Blue #7372AB
RGB
CMYK
RGB Variations
Color information
#7372AB (or 0x7372AB) is known color: Chetwode Blue. HEX triplet: 73, 72 and AB. RGB value is (115,114,171). Sum of RGB (Red+Green+Blue) = 115+114+171=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7372AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7372AB is #8C8D54. Grayscale: #787878. Windows color (decimal): -9211221 or 11235955. OLE color: 11235955.
HSL color Cylindrical-coordinate representation of color #7372AB: hue angle of 241.05º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7372AB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 114 | 171 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.33 |
| HSL | 241.05º | 0.25% | 0.56% | - |
| HSV(B) | 241.05º | 0.33% | 0.67% | - |
| XYZ | 20.44 | 18.62 | 41.04 | - |
| YUV | 120.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 171 | 0.33 | 0.33 | 0 | 0.33 | 241.05 | 0.25 | 0.56 |
| Hex | 73 | 72 | AB | 21 | 21 | 0 | 21 | F1 | 19 | 38 |
| Octal | 163 | 162 | 253 | 41 | 41 | 0 | 41 | 361 | 31 | 70 |
| Binary | 1110011 | 1110010 | 10101011 | 100001 | 100001 | 0 | 100001 | 11110001 | 11001 | 111000 |
Color Harmonies of #7372AB
Complementary color
Monochromatic Colors of #7372AB
Black with #7372AB
Text Example
Text Example
White with #7372AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372AB; }
p { color: rgb(115,114,171); }
H1.HeaderClassName
{
color: #7372AB;
}
.AnyTagClassName
{
color: #7372AB;
}
</style>
background-color css
<style>
a { background-color: #7372AB; }
a { background-color: rgb(115,114,171); }
div.DivClassName
{
background-color: #7372AB;
}
.BgClassName
{
background-color: #7372AB;
}
</style>
border-color css
<style>
span { border-color: #7372AB; }
span { border-color: rgb(115,114,171); }
td.TdClassName
{
border-color: #7372AB;
}
.TagClassName
{
border-color: #7372AB;
}
</style>