Shades of Chetwode Blue #7373BC
Tints of Chetwode Blue #7373BC
RGB
CMYK
RGB Variations
Color information
#7373BC (or 0x7373BC) is known color: Chetwode Blue. HEX triplet: 73, 73 and BC. RGB value is (115,115,188). Sum of RGB (Red+Green+Blue) = 115+115+188=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7373BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7373BC is #8C8C43. Grayscale: #7B7B7B. Windows color (decimal): -9210948 or 12350323. OLE color: 12350323.
HSL color Cylindrical-coordinate representation of color #7373BC: hue angle of 240º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7373BC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 115 | 188 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.26 |
| HSL | 240º | 0.35% | 0.59% | - |
| HSV(B) | 240º | 0.39% | 0.74% | - |
| XYZ | 22.28 | 19.54 | 50.17 | - |
| YUV | 123.32 | 164.5 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 188 | 0.39 | 0.39 | 0 | 0.26 | 240 | 0.35 | 0.59 |
| Hex | 73 | 73 | BC | 27 | 27 | 0 | 1A | F0 | 23 | 3B |
| Octal | 163 | 163 | 274 | 47 | 47 | 0 | 32 | 360 | 43 | 73 |
| Binary | 1110011 | 1110011 | 10111100 | 100111 | 100111 | 0 | 11010 | 11110000 | 100011 | 111011 |
Color Harmonies of #7373BC
Complementary color
Monochromatic Colors of #7373BC
Black with #7373BC
Text Example
Text Example
White with #7373BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7373BC; }
p { color: rgb(115,115,188); }
H1.HeaderClassName
{
color: #7373BC;
}
.AnyTagClassName
{
color: #7373BC;
}
</style>
background-color css
<style>
a { background-color: #7373BC; }
a { background-color: rgb(115,115,188); }
div.DivClassName
{
background-color: #7373BC;
}
.BgClassName
{
background-color: #7373BC;
}
</style>
border-color css
<style>
span { border-color: #7373BC; }
span { border-color: rgb(115,115,188); }
td.TdClassName
{
border-color: #7373BC;
}
.TagClassName
{
border-color: #7373BC;
}
</style>