Shades of Chetwode Blue #7372A9
Tints of Chetwode Blue #7372A9
RGB
CMYK
RGB Variations
Color information
#7372A9 (or 0x7372A9) is known color: Chetwode Blue. HEX triplet: 73, 72 and A9. RGB value is (115,114,169). Sum of RGB (Red+Green+Blue) = 115+114+169=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #7372A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7372A9 is #8C8D56. Grayscale: #787878. Windows color (decimal): -9211223 or 11104883. OLE color: 11104883.
HSL color Cylindrical-coordinate representation of color #7372A9: hue angle of 241.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7372A9 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 114 | 169 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.34 |
| HSL | 241.09º | 0.24% | 0.55% | - |
| HSV(B) | 241.09º | 0.33% | 0.66% | - |
| XYZ | 20.25 | 18.54 | 40.05 | - |
| YUV | 120.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 169 | 0.32 | 0.33 | 0 | 0.34 | 241.09 | 0.24 | 0.55 |
| Hex | 73 | 72 | A9 | 20 | 21 | 0 | 22 | F1 | 18 | 37 |
| Octal | 163 | 162 | 251 | 40 | 41 | 0 | 42 | 361 | 30 | 67 |
| Binary | 1110011 | 1110010 | 10101001 | 100000 | 100001 | 0 | 100010 | 11110001 | 11000 | 110111 |
Color Harmonies of #7372A9
Complementary color
Monochromatic Colors of #7372A9
Black with #7372A9
Text Example
Text Example
White with #7372A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372A9; }
p { color: rgb(115,114,169); }
H1.HeaderClassName
{
color: #7372A9;
}
.AnyTagClassName
{
color: #7372A9;
}
</style>
background-color css
<style>
a { background-color: #7372A9; }
a { background-color: rgb(115,114,169); }
div.DivClassName
{
background-color: #7372A9;
}
.BgClassName
{
background-color: #7372A9;
}
</style>
border-color css
<style>
span { border-color: #7372A9; }
span { border-color: rgb(115,114,169); }
td.TdClassName
{
border-color: #7372A9;
}
.TagClassName
{
border-color: #7372A9;
}
</style>