Shades of Blue Stone #207168
Tints of Blue Stone #207168
RGB
CMYK
RGB Variations
Color information
#207168 (or 0x207168) is known color: Blue Stone. HEX triplet: 20, 71 and 68. RGB value is (32,113,104). Sum of RGB (Red+Green+Blue) = 32+113+104=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #207168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207168 is #DF8E97. Grayscale: #575757. Windows color (decimal): -14651032 or 6844704. OLE color: 6844704.
HSL color Cylindrical-coordinate representation of color #207168: hue angle of 173.33º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207168 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 104 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.56 |
| HSL | 173.33º | 0.56% | 0.28% | - |
| HSV(B) | 173.33º | 0.72% | 0.44% | - |
| XYZ | 9 | 13.12 | 15.15 | - |
| YUV | 87.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 104 | 0.72 | 0 | 0.08 | 0.56 | 173.33 | 0.56 | 0.28 |
| Hex | 20 | 71 | 68 | 48 | 0 | 8 | 38 | AD | 38 | 1C |
| Octal | 40 | 161 | 150 | 110 | 0 | 10 | 70 | 255 | 70 | 34 |
| Binary | 100000 | 1110001 | 1101000 | 1001000 | 0 | 1000 | 111000 | 10101101 | 111000 | 11100 |
Color Harmonies of #207168
Complementary color
Monochromatic Colors of #207168
Black with #207168
Text Example
Text Example
White with #207168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207168; }
p { color: rgb(32,113,104); }
H1.HeaderClassName
{
color: #207168;
}
.AnyTagClassName
{
color: #207168;
}
</style>
background-color css
<style>
a { background-color: #207168; }
a { background-color: rgb(32,113,104); }
div.DivClassName
{
background-color: #207168;
}
.BgClassName
{
background-color: #207168;
}
</style>
border-color css
<style>
span { border-color: #207168; }
span { border-color: rgb(32,113,104); }
td.TdClassName
{
border-color: #207168;
}
.TagClassName
{
border-color: #207168;
}
</style>