Shades of Chetwode Blue #7275BB
Tints of Chetwode Blue #7275BB
RGB
CMYK
RGB Variations
Color information
#7275BB (or 0x7275BB) is known color: Chetwode Blue. HEX triplet: 72, 75 and BB. RGB value is (114,117,187). Sum of RGB (Red+Green+Blue) = 114+117+187=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #7275BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275BB is #8D8A44. Grayscale: #7B7B7B. Windows color (decimal): -9275973 or 12285298. OLE color: 12285298.
HSL color Cylindrical-coordinate representation of color #7275BB: hue angle of 237.53º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7275BB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 117 | 187 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.27 |
| HSL | 237.53º | 0.35% | 0.59% | - |
| HSV(B) | 237.53º | 0.39% | 0.73% | - |
| XYZ | 22.27 | 19.89 | 49.68 | - |
| YUV | 124.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 187 | 0.39 | 0.37 | 0 | 0.27 | 237.53 | 0.35 | 0.59 |
| Hex | 72 | 75 | BB | 27 | 25 | 0 | 1B | EE | 23 | 3B |
| Octal | 162 | 165 | 273 | 47 | 45 | 0 | 33 | 356 | 43 | 73 |
| Binary | 1110010 | 1110101 | 10111011 | 100111 | 100101 | 0 | 11011 | 11101110 | 100011 | 111011 |
Color Harmonies of #7275BB
Complementary color
Monochromatic Colors of #7275BB
Black with #7275BB
Text Example
Text Example
White with #7275BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7275BB; }
p { color: rgb(114,117,187); }
H1.HeaderClassName
{
color: #7275BB;
}
.AnyTagClassName
{
color: #7275BB;
}
</style>
background-color css
<style>
a { background-color: #7275BB; }
a { background-color: rgb(114,117,187); }
div.DivClassName
{
background-color: #7275BB;
}
.BgClassName
{
background-color: #7275BB;
}
</style>
border-color css
<style>
span { border-color: #7275BB; }
span { border-color: rgb(114,117,187); }
td.TdClassName
{
border-color: #7275BB;
}
.TagClassName
{
border-color: #7275BB;
}
</style>