Shades of Chetwode Blue #7378BD
Tints of Chetwode Blue #7378BD
RGB
CMYK
RGB Variations
Color information
#7378BD (or 0x7378BD) is known color: Chetwode Blue. HEX triplet: 73, 78 and BD. RGB value is (115,120,189). Sum of RGB (Red+Green+Blue) = 115+120+189=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7378BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378BD is #8C8742. Grayscale: #7E7E7E. Windows color (decimal): -9209667 or 12417139. OLE color: 12417139.
HSL color Cylindrical-coordinate representation of color #7378BD: hue angle of 235.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7378BD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 120 | 189 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.26 |
| HSL | 235.95º | 0.36% | 0.6% | - |
| HSV(B) | 235.95º | 0.39% | 0.74% | - |
| XYZ | 22.97 | 20.75 | 50.94 | - |
| YUV | 126.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 189 | 0.39 | 0.37 | 0 | 0.26 | 235.95 | 0.36 | 0.6 |
| Hex | 73 | 78 | BD | 27 | 25 | 0 | 1A | EC | 24 | 3C |
| Octal | 163 | 170 | 275 | 47 | 45 | 0 | 32 | 354 | 44 | 74 |
| Binary | 1110011 | 1111000 | 10111101 | 100111 | 100101 | 0 | 11010 | 11101100 | 100100 | 111100 |
Color Harmonies of #7378BD
Complementary color
Monochromatic Colors of #7378BD
Black with #7378BD
Text Example
Text Example
White with #7378BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378BD; }
p { color: rgb(115,120,189); }
H1.HeaderClassName
{
color: #7378BD;
}
.AnyTagClassName
{
color: #7378BD;
}
</style>
background-color css
<style>
a { background-color: #7378BD; }
a { background-color: rgb(115,120,189); }
div.DivClassName
{
background-color: #7378BD;
}
.BgClassName
{
background-color: #7378BD;
}
</style>
border-color css
<style>
span { border-color: #7378BD; }
span { border-color: rgb(115,120,189); }
td.TdClassName
{
border-color: #7378BD;
}
.TagClassName
{
border-color: #7378BD;
}
</style>