Shades of Blue Stone #176461
Tints of Blue Stone #176461
RGB
CMYK
RGB Variations
Color information
#176461 (or 0x176461) is known color: Blue Stone. HEX triplet: 17, 64 and 61. RGB value is (23,100,97). Sum of RGB (Red+Green+Blue) = 23+100+97=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #176461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176461 is #E89B9E. Grayscale: #4C4C4C. Windows color (decimal): -15244191 or 6382615. OLE color: 6382615.
HSL color Cylindrical-coordinate representation of color #176461: hue angle of 177.66º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176461 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 100 | 97 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.61 |
| HSL | 177.66º | 0.63% | 0.24% | - |
| HSV(B) | 177.66º | 0.77% | 0.39% | - |
| XYZ | 7.07 | 10.16 | 12.9 | - |
| YUV | 76.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 97 | 0.77 | 0 | 0.03 | 0.61 | 177.66 | 0.63 | 0.24 |
| Hex | 17 | 64 | 61 | 4D | 0 | 3 | 3D | B2 | 3F | 18 |
| Octal | 27 | 144 | 141 | 115 | 0 | 3 | 75 | 262 | 77 | 30 |
| Binary | 10111 | 1100100 | 1100001 | 1001101 | 0 | 11 | 111101 | 10110010 | 111111 | 11000 |
Color Harmonies of #176461
Complementary color
Monochromatic Colors of #176461
Black with #176461
Text Example
Text Example
White with #176461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176461; }
p { color: rgb(23,100,97); }
H1.HeaderClassName
{
color: #176461;
}
.AnyTagClassName
{
color: #176461;
}
</style>
background-color css
<style>
a { background-color: #176461; }
a { background-color: rgb(23,100,97); }
div.DivClassName
{
background-color: #176461;
}
.BgClassName
{
background-color: #176461;
}
</style>
border-color css
<style>
span { border-color: #176461; }
span { border-color: rgb(23,100,97); }
td.TdClassName
{
border-color: #176461;
}
.TagClassName
{
border-color: #176461;
}
</style>