Shades of Chetwode Blue #7378B4
Tints of Chetwode Blue #7378B4
RGB
CMYK
RGB Variations
Color information
#7378B4 (or 0x7378B4) is known color: Chetwode Blue. HEX triplet: 73, 78 and B4. RGB value is (115,120,180). Sum of RGB (Red+Green+Blue) = 115+120+180=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #7378B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378B4 is #8C874B. Grayscale: #7D7D7D. Windows color (decimal): -9209676 or 11827315. OLE color: 11827315.
HSL color Cylindrical-coordinate representation of color #7378B4: hue angle of 235.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7378B4 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 120 | 180 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.29 |
| HSL | 235.38º | 0.3% | 0.58% | - |
| HSV(B) | 235.38º | 0.36% | 0.71% | - |
| XYZ | 22.02 | 20.37 | 45.95 | - |
| YUV | 125.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 180 | 0.36 | 0.33 | 0 | 0.29 | 235.38 | 0.3 | 0.58 |
| Hex | 73 | 78 | B4 | 24 | 21 | 0 | 1D | EB | 1E | 3A |
| Octal | 163 | 170 | 264 | 44 | 41 | 0 | 35 | 353 | 36 | 72 |
| Binary | 1110011 | 1111000 | 10110100 | 100100 | 100001 | 0 | 11101 | 11101011 | 11110 | 111010 |
Color Harmonies of #7378B4
Complementary color
Monochromatic Colors of #7378B4
Black with #7378B4
Text Example
Text Example
White with #7378B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378B4; }
p { color: rgb(115,120,180); }
H1.HeaderClassName
{
color: #7378B4;
}
.AnyTagClassName
{
color: #7378B4;
}
</style>
background-color css
<style>
a { background-color: #7378B4; }
a { background-color: rgb(115,120,180); }
div.DivClassName
{
background-color: #7378B4;
}
.BgClassName
{
background-color: #7378B4;
}
</style>
border-color css
<style>
span { border-color: #7378B4; }
span { border-color: rgb(115,120,180); }
td.TdClassName
{
border-color: #7378B4;
}
.TagClassName
{
border-color: #7378B4;
}
</style>