Shades of Chetwode Blue #7377AA
Tints of Chetwode Blue #7377AA
RGB
CMYK
RGB Variations
Color information
#7377AA (or 0x7377AA) is known color: Chetwode Blue. HEX triplet: 73, 77 and AA. RGB value is (115,119,170). Sum of RGB (Red+Green+Blue) = 115+119+170=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7377AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7377AA is #8C8855. Grayscale: #7B7B7B. Windows color (decimal): -9209942 or 11171699. OLE color: 11171699.
HSL color Cylindrical-coordinate representation of color #7377AA: hue angle of 235.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7377AA is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 119 | 170 | - |
| CMYK | 0.32 | 0.3 | 0 | 0.33 |
| HSL | 235.64º | 0.24% | 0.56% | - |
| HSV(B) | 235.64º | 0.32% | 0.67% | - |
| XYZ | 20.92 | 19.74 | 40.74 | - |
| YUV | 123.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 170 | 0.32 | 0.3 | 0 | 0.33 | 235.64 | 0.24 | 0.56 |
| Hex | 73 | 77 | AA | 20 | 1E | 0 | 21 | EC | 18 | 38 |
| Octal | 163 | 167 | 252 | 40 | 36 | 0 | 41 | 354 | 30 | 70 |
| Binary | 1110011 | 1110111 | 10101010 | 100000 | 11110 | 0 | 100001 | 11101100 | 11000 | 111000 |
Color Harmonies of #7377AA
Complementary color
Monochromatic Colors of #7377AA
Black with #7377AA
Text Example
Text Example
White with #7377AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377AA; }
p { color: rgb(115,119,170); }
H1.HeaderClassName
{
color: #7377AA;
}
.AnyTagClassName
{
color: #7377AA;
}
</style>
background-color css
<style>
a { background-color: #7377AA; }
a { background-color: rgb(115,119,170); }
div.DivClassName
{
background-color: #7377AA;
}
.BgClassName
{
background-color: #7377AA;
}
</style>
border-color css
<style>
span { border-color: #7377AA; }
span { border-color: rgb(115,119,170); }
td.TdClassName
{
border-color: #7377AA;
}
.TagClassName
{
border-color: #7377AA;
}
</style>