Shades of Blue Stone #176268
Tints of Blue Stone #176268
RGB
CMYK
RGB Variations
Color information
#176268 (or 0x176268) is known color: Blue Stone. HEX triplet: 17, 62 and 68. RGB value is (23,98,104). Sum of RGB (Red+Green+Blue) = 23+98+104=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #176268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176268 is #E89D97. Grayscale: #4C4C4C. Windows color (decimal): -15244696 or 6840855. OLE color: 6840855.
HSL color Cylindrical-coordinate representation of color #176268: hue angle of 184.44º 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 #176268 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 98 | 104 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.59 |
| HSL | 184.44º | 0.64% | 0.25% | - |
| HSV(B) | 184.44º | 0.78% | 0.41% | - |
| XYZ | 7.22 | 9.92 | 14.63 | - |
| YUV | 76.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 104 | 0.78 | 0.06 | 0 | 0.59 | 184.44 | 0.64 | 0.25 |
| Hex | 17 | 62 | 68 | 4E | 6 | 0 | 3B | B8 | 40 | 19 |
| Octal | 27 | 142 | 150 | 116 | 6 | 0 | 73 | 270 | 100 | 31 |
| Binary | 10111 | 1100010 | 1101000 | 1001110 | 110 | 0 | 111011 | 10111000 | 1000000 | 11001 |
Color Harmonies of #176268
Complementary color
Monochromatic Colors of #176268
Black with #176268
Text Example
Text Example
White with #176268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176268; }
p { color: rgb(23,98,104); }
H1.HeaderClassName
{
color: #176268;
}
.AnyTagClassName
{
color: #176268;
}
</style>
background-color css
<style>
a { background-color: #176268; }
a { background-color: rgb(23,98,104); }
div.DivClassName
{
background-color: #176268;
}
.BgClassName
{
background-color: #176268;
}
</style>
border-color css
<style>
span { border-color: #176268; }
span { border-color: rgb(23,98,104); }
td.TdClassName
{
border-color: #176268;
}
.TagClassName
{
border-color: #176268;
}
</style>