Shades of Chetwode Blue #7374A7
Tints of Chetwode Blue #7374A7
RGB
CMYK
RGB Variations
Color information
#7374A7 (or 0x7374A7) is known color: Chetwode Blue. HEX triplet: 73, 74 and A7. RGB value is (115,116,167). Sum of RGB (Red+Green+Blue) = 115+116+167=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #7374A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7374A7 is #8C8B58. Grayscale: #797979. Windows color (decimal): -9210713 or 10974323. OLE color: 10974323.
HSL color Cylindrical-coordinate representation of color #7374A7: hue angle of 238.85º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7374A7 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 116 | 167 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.35 |
| HSL | 238.85º | 0.23% | 0.55% | - |
| HSV(B) | 238.85º | 0.31% | 0.65% | - |
| XYZ | 20.29 | 18.93 | 39.14 | - |
| YUV | 121.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 167 | 0.31 | 0.31 | 0 | 0.35 | 238.85 | 0.23 | 0.55 |
| Hex | 73 | 74 | A7 | 1F | 1F | 0 | 23 | EF | 17 | 37 |
| Octal | 163 | 164 | 247 | 37 | 37 | 0 | 43 | 357 | 27 | 67 |
| Binary | 1110011 | 1110100 | 10100111 | 11111 | 11111 | 0 | 100011 | 11101111 | 10111 | 110111 |
Color Harmonies of #7374A7
Complementary color
Monochromatic Colors of #7374A7
Black with #7374A7
Text Example
Text Example
White with #7374A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7374A7; }
p { color: rgb(115,116,167); }
H1.HeaderClassName
{
color: #7374A7;
}
.AnyTagClassName
{
color: #7374A7;
}
</style>
background-color css
<style>
a { background-color: #7374A7; }
a { background-color: rgb(115,116,167); }
div.DivClassName
{
background-color: #7374A7;
}
.BgClassName
{
background-color: #7374A7;
}
</style>
border-color css
<style>
span { border-color: #7374A7; }
span { border-color: rgb(115,116,167); }
td.TdClassName
{
border-color: #7374A7;
}
.TagClassName
{
border-color: #7374A7;
}
</style>