Shades of Chetwode Blue #736FB1
Tints of Chetwode Blue #736FB1
RGB
CMYK
RGB Variations
Color information
#736FB1 (or 0x736FB1) is known color: Chetwode Blue. HEX triplet: 73, 6F and B1. RGB value is (115,111,177). Sum of RGB (Red+Green+Blue) = 115+111+177=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #736FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736FB1 is #8C904E. Grayscale: #777777. Windows color (decimal): -9211983 or 11628403. OLE color: 11628403.
HSL color Cylindrical-coordinate representation of color #736FB1: hue angle of 243.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736FB1 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 111 | 177 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.31 |
| HSL | 243.64º | 0.3% | 0.56% | - |
| HSV(B) | 243.64º | 0.37% | 0.69% | - |
| XYZ | 20.69 | 18.19 | 44.02 | - |
| YUV | 119.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 177 | 0.35 | 0.37 | 0 | 0.31 | 243.64 | 0.3 | 0.56 |
| Hex | 73 | 6F | B1 | 23 | 25 | 0 | 1F | F4 | 1E | 38 |
| Octal | 163 | 157 | 261 | 43 | 45 | 0 | 37 | 364 | 36 | 70 |
| Binary | 1110011 | 1101111 | 10110001 | 100011 | 100101 | 0 | 11111 | 11110100 | 11110 | 111000 |
Color Harmonies of #736FB1
Complementary color
Monochromatic Colors of #736FB1
Black with #736FB1
Text Example
Text Example
White with #736FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FB1; }
p { color: rgb(115,111,177); }
H1.HeaderClassName
{
color: #736FB1;
}
.AnyTagClassName
{
color: #736FB1;
}
</style>
background-color css
<style>
a { background-color: #736FB1; }
a { background-color: rgb(115,111,177); }
div.DivClassName
{
background-color: #736FB1;
}
.BgClassName
{
background-color: #736FB1;
}
</style>
border-color css
<style>
span { border-color: #736FB1; }
span { border-color: rgb(115,111,177); }
td.TdClassName
{
border-color: #736FB1;
}
.TagClassName
{
border-color: #736FB1;
}
</style>