Shades of Chetwode Blue #737AAF
Tints of Chetwode Blue #737AAF
RGB
CMYK
RGB Variations
Color information
#737AAF (or 0x737AAF) is known color: Chetwode Blue. HEX triplet: 73, 7A and AF. RGB value is (115,122,175). Sum of RGB (Red+Green+Blue) = 115+122+175=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #737AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737AAF is #8C8550. Grayscale: #7D7D7D. Windows color (decimal): -9209169 or 11500147. OLE color: 11500147.
HSL color Cylindrical-coordinate representation of color #737AAF: hue angle of 233º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #737AAF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 122 | 175 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.31 |
| HSL | 233º | 0.27% | 0.57% | - |
| HSV(B) | 233º | 0.34% | 0.69% | - |
| XYZ | 21.77 | 20.66 | 43.4 | - |
| YUV | 125.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 175 | 0.34 | 0.30 | 0 | 0.31 | 233 | 0.27 | 0.57 |
| Hex | 73 | 7A | AF | 22 | 1E | 0 | 1F | E9 | 1B | 39 |
| Octal | 163 | 172 | 257 | 42 | 36 | 0 | 37 | 351 | 33 | 71 |
| Binary | 1110011 | 1111010 | 10101111 | 100010 | 11110 | 0 | 11111 | 11101001 | 11011 | 111001 |
Color Harmonies of #737AAF
Complementary color
Monochromatic Colors of #737AAF
Black with #737AAF
Text Example
Text Example
White with #737AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AAF; }
p { color: rgb(115,122,175); }
H1.HeaderClassName
{
color: #737AAF;
}
.AnyTagClassName
{
color: #737AAF;
}
</style>
background-color css
<style>
a { background-color: #737AAF; }
a { background-color: rgb(115,122,175); }
div.DivClassName
{
background-color: #737AAF;
}
.BgClassName
{
background-color: #737AAF;
}
</style>
border-color css
<style>
span { border-color: #737AAF; }
span { border-color: rgb(115,122,175); }
td.TdClassName
{
border-color: #737AAF;
}
.TagClassName
{
border-color: #737AAF;
}
</style>