Shades of Chetwode Blue #7377BF
Tints of Chetwode Blue #7377BF
RGB
CMYK
RGB Variations
Color information
#7377BF (or 0x7377BF) is known color: Chetwode Blue. HEX triplet: 73, 77 and BF. RGB value is (115,119,191). Sum of RGB (Red+Green+Blue) = 115+119+191=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #7377BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377BF is #8C8840. Grayscale: #7D7D7D. Windows color (decimal): -9209921 or 12547955. OLE color: 12547955.
HSL color Cylindrical-coordinate representation of color #7377BF: hue angle of 236.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7377BF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 119 | 191 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.25 |
| HSL | 236.84º | 0.37% | 0.6% | - |
| HSV(B) | 236.84º | 0.4% | 0.75% | - |
| XYZ | 23.07 | 20.6 | 52.05 | - |
| YUV | 126.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 191 | 0.40 | 0.38 | 0 | 0.25 | 236.84 | 0.37 | 0.6 |
| Hex | 73 | 77 | BF | 28 | 26 | 0 | 19 | ED | 25 | 3C |
| Octal | 163 | 167 | 277 | 50 | 46 | 0 | 31 | 355 | 45 | 74 |
| Binary | 1110011 | 1110111 | 10111111 | 101000 | 100110 | 0 | 11001 | 11101101 | 100101 | 111100 |
Color Harmonies of #7377BF
Complementary color
Monochromatic Colors of #7377BF
Black with #7377BF
Text Example
Text Example
White with #7377BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377BF; }
p { color: rgb(115,119,191); }
H1.HeaderClassName
{
color: #7377BF;
}
.AnyTagClassName
{
color: #7377BF;
}
</style>
background-color css
<style>
a { background-color: #7377BF; }
a { background-color: rgb(115,119,191); }
div.DivClassName
{
background-color: #7377BF;
}
.BgClassName
{
background-color: #7377BF;
}
</style>
border-color css
<style>
span { border-color: #7377BF; }
span { border-color: rgb(115,119,191); }
td.TdClassName
{
border-color: #7377BF;
}
.TagClassName
{
border-color: #7377BF;
}
</style>