Shades of Chetwode Blue #7372BE
Tints of Chetwode Blue #7372BE
RGB
CMYK
RGB Variations
Color information
#7372BE (or 0x7372BE) is known color: Chetwode Blue. HEX triplet: 73, 72 and BE. RGB value is (115,114,190). Sum of RGB (Red+Green+Blue) = 115+114+190=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #7372BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7372BE is #8C8D41. Grayscale: #7A7A7A. Windows color (decimal): -9211202 or 12481139. OLE color: 12481139.
HSL color Cylindrical-coordinate representation of color #7372BE: hue angle of 240.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7372BE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 114 | 190 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.25 |
| HSL | 240.79º | 0.37% | 0.6% | - |
| HSV(B) | 240.79º | 0.4% | 0.75% | - |
| XYZ | 22.38 | 19.4 | 51.28 | - |
| YUV | 122.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 190 | 0.39 | 0.40 | 0 | 0.25 | 240.79 | 0.37 | 0.6 |
| Hex | 73 | 72 | BE | 27 | 28 | 0 | 19 | F1 | 25 | 3C |
| Octal | 163 | 162 | 276 | 47 | 50 | 0 | 31 | 361 | 45 | 74 |
| Binary | 1110011 | 1110010 | 10111110 | 100111 | 101000 | 0 | 11001 | 11110001 | 100101 | 111100 |
Color Harmonies of #7372BE
Complementary color
Monochromatic Colors of #7372BE
Black with #7372BE
Text Example
Text Example
White with #7372BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372BE; }
p { color: rgb(115,114,190); }
H1.HeaderClassName
{
color: #7372BE;
}
.AnyTagClassName
{
color: #7372BE;
}
</style>
background-color css
<style>
a { background-color: #7372BE; }
a { background-color: rgb(115,114,190); }
div.DivClassName
{
background-color: #7372BE;
}
.BgClassName
{
background-color: #7372BE;
}
</style>
border-color css
<style>
span { border-color: #7372BE; }
span { border-color: rgb(115,114,190); }
td.TdClassName
{
border-color: #7372BE;
}
.TagClassName
{
border-color: #7372BE;
}
</style>