Shades of Chetwode Blue #7374BB
Tints of Chetwode Blue #7374BB
RGB
CMYK
RGB Variations
Color information
#7374BB (or 0x7374BB) is known color: Chetwode Blue. HEX triplet: 73, 74 and BB. RGB value is (115,116,187). Sum of RGB (Red+Green+Blue) = 115+116+187=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #7374BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7374BB is #8C8B44. Grayscale: #7B7B7B. Windows color (decimal): -9210693 or 12285043. OLE color: 12285043.
HSL color Cylindrical-coordinate representation of color #7374BB: hue angle of 239.17º 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 #7374BB is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 116 | 187 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.27 |
| HSL | 239.17º | 0.35% | 0.59% | - |
| HSV(B) | 239.17º | 0.39% | 0.73% | - |
| XYZ | 22.29 | 19.72 | 49.65 | - |
| YUV | 123.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 187 | 0.39 | 0.38 | 0 | 0.27 | 239.17 | 0.35 | 0.59 |
| Hex | 73 | 74 | BB | 27 | 26 | 0 | 1B | EF | 23 | 3B |
| Octal | 163 | 164 | 273 | 47 | 46 | 0 | 33 | 357 | 43 | 73 |
| Binary | 1110011 | 1110100 | 10111011 | 100111 | 100110 | 0 | 11011 | 11101111 | 100011 | 111011 |
Color Harmonies of #7374BB
Complementary color
Monochromatic Colors of #7374BB
Black with #7374BB
Text Example
Text Example
White with #7374BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7374BB; }
p { color: rgb(115,116,187); }
H1.HeaderClassName
{
color: #7374BB;
}
.AnyTagClassName
{
color: #7374BB;
}
</style>
background-color css
<style>
a { background-color: #7374BB; }
a { background-color: rgb(115,116,187); }
div.DivClassName
{
background-color: #7374BB;
}
.BgClassName
{
background-color: #7374BB;
}
</style>
border-color css
<style>
span { border-color: #7374BB; }
span { border-color: rgb(115,116,187); }
td.TdClassName
{
border-color: #7374BB;
}
.TagClassName
{
border-color: #7374BB;
}
</style>