Shades of Blue Stone #175C67
Tints of Blue Stone #175C67
RGB
CMYK
RGB Variations
Color information
#175C67 (or 0x175C67) is known color: Blue Stone. HEX triplet: 17, 5C and 67. RGB value is (23,92,103). Sum of RGB (Red+Green+Blue) = 23+92+103=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #175C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C67 is #E8A398. Grayscale: #484848. Windows color (decimal): -15246233 or 6773783. OLE color: 6773783.
HSL color Cylindrical-coordinate representation of color #175C67: hue angle of 188.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175C67 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 92 | 103 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.60 |
| HSL | 188.25º | 0.63% | 0.25% | - |
| HSV(B) | 188.25º | 0.78% | 0.4% | - |
| XYZ | 6.63 | 8.82 | 14.18 | - |
| YUV | 72.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 103 | 0.78 | 0.11 | 0 | 0.60 | 188.25 | 0.63 | 0.25 |
| Hex | 17 | 5C | 67 | 4E | B | 0 | 3C | BC | 3F | 19 |
| Octal | 27 | 134 | 147 | 116 | 13 | 0 | 74 | 274 | 77 | 31 |
| Binary | 10111 | 1011100 | 1100111 | 1001110 | 1011 | 0 | 111100 | 10111100 | 111111 | 11001 |
Color Harmonies of #175C67
Complementary color
Monochromatic Colors of #175C67
Black with #175C67
Text Example
Text Example
White with #175C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C67; }
p { color: rgb(23,92,103); }
H1.HeaderClassName
{
color: #175C67;
}
.AnyTagClassName
{
color: #175C67;
}
</style>
background-color css
<style>
a { background-color: #175C67; }
a { background-color: rgb(23,92,103); }
div.DivClassName
{
background-color: #175C67;
}
.BgClassName
{
background-color: #175C67;
}
</style>
border-color css
<style>
span { border-color: #175C67; }
span { border-color: rgb(23,92,103); }
td.TdClassName
{
border-color: #175C67;
}
.TagClassName
{
border-color: #175C67;
}
</style>