Shades of Chetwode Blue #71739F
Tints of Chetwode Blue #71739F
RGB
CMYK
RGB Variations
Color information
#71739F (or 0x71739F) is known color: Chetwode Blue. HEX triplet: 71, 73 and 9F. RGB value is (113,115,159). Sum of RGB (Red+Green+Blue) = 113+115+159=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #71739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71739F is #8E8C60. Grayscale: #777777. Windows color (decimal): -9342049 or 10449777. OLE color: 10449777.
HSL color Cylindrical-coordinate representation of color #71739F: hue angle of 237.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71739F is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 115 | 159 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.38 |
| HSL | 237.39º | 0.19% | 0.53% | - |
| HSV(B) | 237.39º | 0.29% | 0.62% | - |
| XYZ | 19.2 | 18.28 | 35.32 | - |
| YUV | 119.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 159 | 0.29 | 0.28 | 0 | 0.38 | 237.39 | 0.19 | 0.53 |
| Hex | 71 | 73 | 9F | 1D | 1C | 0 | 26 | ED | 13 | 35 |
| Octal | 161 | 163 | 237 | 35 | 34 | 0 | 46 | 355 | 23 | 65 |
| Binary | 1110001 | 1110011 | 10011111 | 11101 | 11100 | 0 | 100110 | 11101101 | 10011 | 110101 |
Color Harmonies of #71739F
Complementary color
Monochromatic Colors of #71739F
Black with #71739F
Text Example
Text Example
White with #71739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71739F; }
p { color: rgb(113,115,159); }
H1.HeaderClassName
{
color: #71739F;
}
.AnyTagClassName
{
color: #71739F;
}
</style>
background-color css
<style>
a { background-color: #71739F; }
a { background-color: rgb(113,115,159); }
div.DivClassName
{
background-color: #71739F;
}
.BgClassName
{
background-color: #71739F;
}
</style>
border-color css
<style>
span { border-color: #71739F; }
span { border-color: rgb(113,115,159); }
td.TdClassName
{
border-color: #71739F;
}
.TagClassName
{
border-color: #71739F;
}
</style>