Shades of Chetwode Blue #737BBA
Tints of Chetwode Blue #737BBA
RGB
CMYK
RGB Variations
Color information
#737BBA (or 0x737BBA) is known color: Chetwode Blue. HEX triplet: 73, 7B and BA. RGB value is (115,123,186). Sum of RGB (Red+Green+Blue) = 115+123+186=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #737BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737BBA is #8C8445. Grayscale: #7F7F7F. Windows color (decimal): -9208902 or 12221299. OLE color: 12221299.
HSL color Cylindrical-coordinate representation of color #737BBA: hue angle of 233.24º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #737BBA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 123 | 186 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.27 |
| HSL | 233.24º | 0.34% | 0.59% | - |
| HSV(B) | 233.24º | 0.38% | 0.73% | - |
| XYZ | 23.02 | 21.36 | 49.36 | - |
| YUV | 127.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 186 | 0.38 | 0.34 | 0 | 0.27 | 233.24 | 0.34 | 0.59 |
| Hex | 73 | 7B | BA | 26 | 22 | 0 | 1B | E9 | 22 | 3B |
| Octal | 163 | 173 | 272 | 46 | 42 | 0 | 33 | 351 | 42 | 73 |
| Binary | 1110011 | 1111011 | 10111010 | 100110 | 100010 | 0 | 11011 | 11101001 | 100010 | 111011 |
Color Harmonies of #737BBA
Complementary color
Monochromatic Colors of #737BBA
Black with #737BBA
Text Example
Text Example
White with #737BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BBA; }
p { color: rgb(115,123,186); }
H1.HeaderClassName
{
color: #737BBA;
}
.AnyTagClassName
{
color: #737BBA;
}
</style>
background-color css
<style>
a { background-color: #737BBA; }
a { background-color: rgb(115,123,186); }
div.DivClassName
{
background-color: #737BBA;
}
.BgClassName
{
background-color: #737BBA;
}
</style>
border-color css
<style>
span { border-color: #737BBA; }
span { border-color: rgb(115,123,186); }
td.TdClassName
{
border-color: #737BBA;
}
.TagClassName
{
border-color: #737BBA;
}
</style>