Shades of Chetwode Blue #7378AE
Tints of Chetwode Blue #7378AE
RGB
CMYK
RGB Variations
Color information
#7378AE (or 0x7378AE) is known color: Chetwode Blue. HEX triplet: 73, 78 and AE. RGB value is (115,120,174). Sum of RGB (Red+Green+Blue) = 115+120+174=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #7378AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7378AE is #8C8751. Grayscale: #7C7C7C. Windows color (decimal): -9209682 or 11434099. OLE color: 11434099.
HSL color Cylindrical-coordinate representation of color #7378AE: hue angle of 234.92º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7378AE is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 120 | 174 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.32 |
| HSL | 234.92º | 0.27% | 0.57% | - |
| HSV(B) | 234.92º | 0.34% | 0.68% | - |
| XYZ | 21.43 | 20.13 | 42.8 | - |
| YUV | 124.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 174 | 0.34 | 0.31 | 0 | 0.32 | 234.92 | 0.27 | 0.57 |
| Hex | 73 | 78 | AE | 22 | 1F | 0 | 20 | EB | 1B | 39 |
| Octal | 163 | 170 | 256 | 42 | 37 | 0 | 40 | 353 | 33 | 71 |
| Binary | 1110011 | 1111000 | 10101110 | 100010 | 11111 | 0 | 100000 | 11101011 | 11011 | 111001 |
Color Harmonies of #7378AE
Complementary color
Monochromatic Colors of #7378AE
Black with #7378AE
Text Example
Text Example
White with #7378AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378AE; }
p { color: rgb(115,120,174); }
H1.HeaderClassName
{
color: #7378AE;
}
.AnyTagClassName
{
color: #7378AE;
}
</style>
background-color css
<style>
a { background-color: #7378AE; }
a { background-color: rgb(115,120,174); }
div.DivClassName
{
background-color: #7378AE;
}
.BgClassName
{
background-color: #7378AE;
}
</style>
border-color css
<style>
span { border-color: #7378AE; }
span { border-color: rgb(115,120,174); }
td.TdClassName
{
border-color: #7378AE;
}
.TagClassName
{
border-color: #7378AE;
}
</style>