Shades of Blue Stone #1D635A
Tints of Blue Stone #1D635A
RGB
CMYK
RGB Variations
Color information
#1D635A (or 0x1D635A) is known color: Blue Stone. HEX triplet: 1D, 63 and 5A. RGB value is (29,99,90). Sum of RGB (Red+Green+Blue) = 29+99+90=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #1D635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D635A is #E29CA5. Grayscale: #4D4D4D. Windows color (decimal): -14851238 or 5923613. OLE color: 5923613.
HSL color Cylindrical-coordinate representation of color #1D635A: hue angle of 172.29º 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 #1D635A is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 90 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.61 |
| HSL | 172.29º | 0.55% | 0.25% | - |
| HSV(B) | 172.29º | 0.71% | 0.39% | - |
| XYZ | 6.81 | 9.92 | 11.23 | - |
| YUV | 77.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 90 | 0.71 | 0 | 0.09 | 0.61 | 172.29 | 0.55 | 0.25 |
| Hex | 1D | 63 | 5A | 47 | 0 | 9 | 3D | AC | 37 | 19 |
| Octal | 35 | 143 | 132 | 107 | 0 | 11 | 75 | 254 | 67 | 31 |
| Binary | 11101 | 1100011 | 1011010 | 1000111 | 0 | 1001 | 111101 | 10101100 | 110111 | 11001 |
Color Harmonies of #1D635A
Complementary color
Monochromatic Colors of #1D635A
Black with #1D635A
Text Example
Text Example
White with #1D635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D635A; }
p { color: rgb(29,99,90); }
H1.HeaderClassName
{
color: #1D635A;
}
.AnyTagClassName
{
color: #1D635A;
}
</style>
background-color css
<style>
a { background-color: #1D635A; }
a { background-color: rgb(29,99,90); }
div.DivClassName
{
background-color: #1D635A;
}
.BgClassName
{
background-color: #1D635A;
}
</style>
border-color css
<style>
span { border-color: #1D635A; }
span { border-color: rgb(29,99,90); }
td.TdClassName
{
border-color: #1D635A;
}
.TagClassName
{
border-color: #1D635A;
}
</style>