Shades of Blue Stone #1D655E
Tints of Blue Stone #1D655E
RGB
CMYK
RGB Variations
Color information
#1D655E (or 0x1D655E) is known color: Blue Stone. HEX triplet: 1D, 65 and 5E. RGB value is (29,101,94). Sum of RGB (Red+Green+Blue) = 29+101+94=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #1D655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D655E is #E29AA1. Grayscale: #4E4E4E. Windows color (decimal): -14850722 or 6186269. OLE color: 6186269.
HSL color Cylindrical-coordinate representation of color #1D655E: hue angle of 174.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D655E is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 101 | 94 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.60 |
| HSL | 174.17º | 0.55% | 0.25% | - |
| HSV(B) | 174.17º | 0.71% | 0.4% | - |
| XYZ | 7.18 | 10.38 | 12.21 | - |
| YUV | 78.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 94 | 0.71 | 0 | 0.07 | 0.60 | 174.17 | 0.55 | 0.25 |
| Hex | 1D | 65 | 5E | 47 | 0 | 7 | 3C | AE | 37 | 19 |
| Octal | 35 | 145 | 136 | 107 | 0 | 7 | 74 | 256 | 67 | 31 |
| Binary | 11101 | 1100101 | 1011110 | 1000111 | 0 | 111 | 111100 | 10101110 | 110111 | 11001 |
Color Harmonies of #1D655E
Complementary color
Monochromatic Colors of #1D655E
Black with #1D655E
Text Example
Text Example
White with #1D655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D655E; }
p { color: rgb(29,101,94); }
H1.HeaderClassName
{
color: #1D655E;
}
.AnyTagClassName
{
color: #1D655E;
}
</style>
background-color css
<style>
a { background-color: #1D655E; }
a { background-color: rgb(29,101,94); }
div.DivClassName
{
background-color: #1D655E;
}
.BgClassName
{
background-color: #1D655E;
}
</style>
border-color css
<style>
span { border-color: #1D655E; }
span { border-color: rgb(29,101,94); }
td.TdClassName
{
border-color: #1D655E;
}
.TagClassName
{
border-color: #1D655E;
}
</style>