Shades of Chetwode Blue #737ABC
Tints of Chetwode Blue #737ABC
RGB
CMYK
RGB Variations
Color information
#737ABC (or 0x737ABC) is known color: Chetwode Blue. HEX triplet: 73, 7A and BC. RGB value is (115,122,188). Sum of RGB (Red+Green+Blue) = 115+122+188=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #737ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ABC is #8C8543. Grayscale: #7F7F7F. Windows color (decimal): -9209156 or 12352115. OLE color: 12352115.
HSL color Cylindrical-coordinate representation of color #737ABC: hue angle of 234.25º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #737ABC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 122 | 188 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.26 |
| HSL | 234.25º | 0.35% | 0.59% | - |
| HSV(B) | 234.25º | 0.39% | 0.74% | - |
| XYZ | 23.11 | 21.19 | 50.45 | - |
| YUV | 127.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 188 | 0.39 | 0.35 | 0 | 0.26 | 234.25 | 0.35 | 0.59 |
| Hex | 73 | 7A | BC | 27 | 23 | 0 | 1A | EA | 23 | 3B |
| Octal | 163 | 172 | 274 | 47 | 43 | 0 | 32 | 352 | 43 | 73 |
| Binary | 1110011 | 1111010 | 10111100 | 100111 | 100011 | 0 | 11010 | 11101010 | 100011 | 111011 |
Color Harmonies of #737ABC
Complementary color
Monochromatic Colors of #737ABC
Black with #737ABC
Text Example
Text Example
White with #737ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ABC; }
p { color: rgb(115,122,188); }
H1.HeaderClassName
{
color: #737ABC;
}
.AnyTagClassName
{
color: #737ABC;
}
</style>
background-color css
<style>
a { background-color: #737ABC; }
a { background-color: rgb(115,122,188); }
div.DivClassName
{
background-color: #737ABC;
}
.BgClassName
{
background-color: #737ABC;
}
</style>
border-color css
<style>
span { border-color: #737ABC; }
span { border-color: rgb(115,122,188); }
td.TdClassName
{
border-color: #737ABC;
}
.TagClassName
{
border-color: #737ABC;
}
</style>