Shades of Blue Stone #176468
Tints of Blue Stone #176468
RGB
CMYK
RGB Variations
Color information
#176468 (or 0x176468) is known color: Blue Stone. HEX triplet: 17, 64 and 68. RGB value is (23,100,104). Sum of RGB (Red+Green+Blue) = 23+100+104=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #176468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176468 is #E89B97. Grayscale: #4D4D4D. Windows color (decimal): -15244184 or 6841367. OLE color: 6841367.
HSL color Cylindrical-coordinate representation of color #176468: hue angle of 182.96º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176468 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 100 | 104 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.59 |
| HSL | 182.96º | 0.64% | 0.25% | - |
| HSV(B) | 182.96º | 0.78% | 0.41% | - |
| XYZ | 7.41 | 10.3 | 14.69 | - |
| YUV | 77.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 104 | 0.78 | 0.04 | 0 | 0.59 | 182.96 | 0.64 | 0.25 |
| Hex | 17 | 64 | 68 | 4E | 4 | 0 | 3B | B7 | 40 | 19 |
| Octal | 27 | 144 | 150 | 116 | 4 | 0 | 73 | 267 | 100 | 31 |
| Binary | 10111 | 1100100 | 1101000 | 1001110 | 100 | 0 | 111011 | 10110111 | 1000000 | 11001 |
Color Harmonies of #176468
Complementary color
Monochromatic Colors of #176468
Black with #176468
Text Example
Text Example
White with #176468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176468; }
p { color: rgb(23,100,104); }
H1.HeaderClassName
{
color: #176468;
}
.AnyTagClassName
{
color: #176468;
}
</style>
background-color css
<style>
a { background-color: #176468; }
a { background-color: rgb(23,100,104); }
div.DivClassName
{
background-color: #176468;
}
.BgClassName
{
background-color: #176468;
}
</style>
border-color css
<style>
span { border-color: #176468; }
span { border-color: rgb(23,100,104); }
td.TdClassName
{
border-color: #176468;
}
.TagClassName
{
border-color: #176468;
}
</style>