Shades of Chetwode Blue #737AAB
Tints of Chetwode Blue #737AAB
RGB
CMYK
RGB Variations
Color information
#737AAB (or 0x737AAB) is known color: Chetwode Blue. HEX triplet: 73, 7A and AB. RGB value is (115,122,171). Sum of RGB (Red+Green+Blue) = 115+122+171=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #737AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737AAB is #8C8554. Grayscale: #7D7D7D. Windows color (decimal): -9209173 or 11238003. OLE color: 11238003.
HSL color Cylindrical-coordinate representation of color #737AAB: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #737AAB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 122 | 171 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.33 |
| HSL | 232.5º | 0.25% | 0.56% | - |
| HSV(B) | 232.5º | 0.33% | 0.67% | - |
| XYZ | 21.38 | 20.5 | 41.36 | - |
| YUV | 125.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 171 | 0.33 | 0.29 | 0 | 0.33 | 232.5 | 0.25 | 0.56 |
| Hex | 73 | 7A | AB | 21 | 1D | 0 | 21 | E8 | 19 | 38 |
| Octal | 163 | 172 | 253 | 41 | 35 | 0 | 41 | 350 | 31 | 70 |
| Binary | 1110011 | 1111010 | 10101011 | 100001 | 11101 | 0 | 100001 | 11101000 | 11001 | 111000 |
Color Harmonies of #737AAB
Complementary color
Monochromatic Colors of #737AAB
Black with #737AAB
Text Example
Text Example
White with #737AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AAB; }
p { color: rgb(115,122,171); }
H1.HeaderClassName
{
color: #737AAB;
}
.AnyTagClassName
{
color: #737AAB;
}
</style>
background-color css
<style>
a { background-color: #737AAB; }
a { background-color: rgb(115,122,171); }
div.DivClassName
{
background-color: #737AAB;
}
.BgClassName
{
background-color: #737AAB;
}
</style>
border-color css
<style>
span { border-color: #737AAB; }
span { border-color: rgb(115,122,171); }
td.TdClassName
{
border-color: #737AAB;
}
.TagClassName
{
border-color: #737AAB;
}
</style>