Shades of Blue Stone #177064
Tints of Blue Stone #177064
RGB
CMYK
RGB Variations
Color information
#177064 (or 0x177064) is known color: Blue Stone. HEX triplet: 17, 70 and 64. RGB value is (23,112,100). Sum of RGB (Red+Green+Blue) = 23+112+100=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #177064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177064 is #E88F9B. Grayscale: #535353. Windows color (decimal): -15241116 or 6582295. OLE color: 6582295.
HSL color Cylindrical-coordinate representation of color #177064: hue angle of 171.91º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177064 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 100 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.56 |
| HSL | 171.91º | 0.66% | 0.26% | - |
| HSV(B) | 171.91º | 0.79% | 0.44% | - |
| XYZ | 8.45 | 12.69 | 14.06 | - |
| YUV | 84.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 100 | 0.79 | 0 | 0.11 | 0.56 | 171.91 | 0.66 | 0.26 |
| Hex | 17 | 70 | 64 | 4F | 0 | B | 38 | AC | 42 | 1A |
| Octal | 27 | 160 | 144 | 117 | 0 | 13 | 70 | 254 | 102 | 32 |
| Binary | 10111 | 1110000 | 1100100 | 1001111 | 0 | 1011 | 111000 | 10101100 | 1000010 | 11010 |
Color Harmonies of #177064
Complementary color
Monochromatic Colors of #177064
Black with #177064
Text Example
Text Example
White with #177064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177064; }
p { color: rgb(23,112,100); }
H1.HeaderClassName
{
color: #177064;
}
.AnyTagClassName
{
color: #177064;
}
</style>
background-color css
<style>
a { background-color: #177064; }
a { background-color: rgb(23,112,100); }
div.DivClassName
{
background-color: #177064;
}
.BgClassName
{
background-color: #177064;
}
</style>
border-color css
<style>
span { border-color: #177064; }
span { border-color: rgb(23,112,100); }
td.TdClassName
{
border-color: #177064;
}
.TagClassName
{
border-color: #177064;
}
</style>