Shades of Chetwode Blue #7376BB
Tints of Chetwode Blue #7376BB
RGB
CMYK
RGB Variations
Color information
#7376BB (or 0x7376BB) is known color: Chetwode Blue. HEX triplet: 73, 76 and BB. RGB value is (115,118,187). Sum of RGB (Red+Green+Blue) = 115+118+187=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #7376BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376BB is #8C8944. Grayscale: #7C7C7C. Windows color (decimal): -9210181 or 12285555. OLE color: 12285555.
HSL color Cylindrical-coordinate representation of color #7376BB: hue angle of 237.5º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7376BB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 118 | 187 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.27 |
| HSL | 237.5º | 0.35% | 0.59% | - |
| HSV(B) | 237.5º | 0.39% | 0.73% | - |
| XYZ | 22.52 | 20.19 | 49.72 | - |
| YUV | 124.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 187 | 0.39 | 0.37 | 0 | 0.27 | 237.5 | 0.35 | 0.59 |
| Hex | 73 | 76 | BB | 27 | 25 | 0 | 1B | EE | 23 | 3B |
| Octal | 163 | 166 | 273 | 47 | 45 | 0 | 33 | 356 | 43 | 73 |
| Binary | 1110011 | 1110110 | 10111011 | 100111 | 100101 | 0 | 11011 | 11101110 | 100011 | 111011 |
Color Harmonies of #7376BB
Complementary color
Monochromatic Colors of #7376BB
Black with #7376BB
Text Example
Text Example
White with #7376BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7376BB; }
p { color: rgb(115,118,187); }
H1.HeaderClassName
{
color: #7376BB;
}
.AnyTagClassName
{
color: #7376BB;
}
</style>
background-color css
<style>
a { background-color: #7376BB; }
a { background-color: rgb(115,118,187); }
div.DivClassName
{
background-color: #7376BB;
}
.BgClassName
{
background-color: #7376BB;
}
</style>
border-color css
<style>
span { border-color: #7376BB; }
span { border-color: rgb(115,118,187); }
td.TdClassName
{
border-color: #7376BB;
}
.TagClassName
{
border-color: #7376BB;
}
</style>