Shades of Blue Stone #1D635B
Tints of Blue Stone #1D635B
RGB
CMYK
RGB Variations
Color information
#1D635B (or 0x1D635B) is known color: Blue Stone. HEX triplet: 1D, 63 and 5B. RGB value is (29,99,91). Sum of RGB (Red+Green+Blue) = 29+99+91=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #1D635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D635B is #E29CA4. Grayscale: #4D4D4D. Windows color (decimal): -14851237 or 5989149. OLE color: 5989149.
HSL color Cylindrical-coordinate representation of color #1D635B: hue angle of 173.14º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D635B is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 91 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.61 |
| HSL | 173.14º | 0.55% | 0.25% | - |
| HSV(B) | 173.14º | 0.71% | 0.39% | - |
| XYZ | 6.86 | 9.94 | 11.45 | - |
| YUV | 77.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 91 | 0.71 | 0 | 0.08 | 0.61 | 173.14 | 0.55 | 0.25 |
| Hex | 1D | 63 | 5B | 47 | 0 | 8 | 3D | AD | 37 | 19 |
| Octal | 35 | 143 | 133 | 107 | 0 | 10 | 75 | 255 | 67 | 31 |
| Binary | 11101 | 1100011 | 1011011 | 1000111 | 0 | 1000 | 111101 | 10101101 | 110111 | 11001 |
Color Harmonies of #1D635B
Complementary color
Monochromatic Colors of #1D635B
Black with #1D635B
Text Example
Text Example
White with #1D635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D635B; }
p { color: rgb(29,99,91); }
H1.HeaderClassName
{
color: #1D635B;
}
.AnyTagClassName
{
color: #1D635B;
}
</style>
background-color css
<style>
a { background-color: #1D635B; }
a { background-color: rgb(29,99,91); }
div.DivClassName
{
background-color: #1D635B;
}
.BgClassName
{
background-color: #1D635B;
}
</style>
border-color css
<style>
span { border-color: #1D635B; }
span { border-color: rgb(29,99,91); }
td.TdClassName
{
border-color: #1D635B;
}
.TagClassName
{
border-color: #1D635B;
}
</style>