Shades of Blue Stone #1D615C
Tints of Blue Stone #1D615C
RGB
CMYK
RGB Variations
Color information
#1D615C (or 0x1D615C) is known color: Blue Stone. HEX triplet: 1D, 61 and 5C. RGB value is (29,97,92). Sum of RGB (Red+Green+Blue) = 29+97+92=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #1D615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D615C is #E29EA3. Grayscale: #4C4C4C. Windows color (decimal): -14851748 or 6054173. OLE color: 6054173.
HSL color Cylindrical-coordinate representation of color #1D615C: hue angle of 175.59º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D615C is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 92 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.62 |
| HSL | 175.59º | 0.54% | 0.25% | - |
| HSV(B) | 175.59º | 0.7% | 0.38% | - |
| XYZ | 6.71 | 9.58 | 11.62 | - |
| YUV | 76.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 92 | 0.70 | 0 | 0.05 | 0.62 | 175.59 | 0.54 | 0.25 |
| Hex | 1D | 61 | 5C | 46 | 0 | 5 | 3E | B0 | 36 | 19 |
| Octal | 35 | 141 | 134 | 106 | 0 | 5 | 76 | 260 | 66 | 31 |
| Binary | 11101 | 1100001 | 1011100 | 1000110 | 0 | 101 | 111110 | 10110000 | 110110 | 11001 |
Color Harmonies of #1D615C
Complementary color
Monochromatic Colors of #1D615C
Black with #1D615C
Text Example
Text Example
White with #1D615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D615C; }
p { color: rgb(29,97,92); }
H1.HeaderClassName
{
color: #1D615C;
}
.AnyTagClassName
{
color: #1D615C;
}
</style>
background-color css
<style>
a { background-color: #1D615C; }
a { background-color: rgb(29,97,92); }
div.DivClassName
{
background-color: #1D615C;
}
.BgClassName
{
background-color: #1D615C;
}
</style>
border-color css
<style>
span { border-color: #1D615C; }
span { border-color: rgb(29,97,92); }
td.TdClassName
{
border-color: #1D615C;
}
.TagClassName
{
border-color: #1D615C;
}
</style>