Shades of Blue Stone #1D645D
Tints of Blue Stone #1D645D
RGB
CMYK
RGB Variations
Color information
#1D645D (or 0x1D645D) is known color: Blue Stone. HEX triplet: 1D, 64 and 5D. RGB value is (29,100,93). Sum of RGB (Red+Green+Blue) = 29+100+93=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #1D645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D645D is #E29BA2. Grayscale: #4D4D4D. Windows color (decimal): -14850979 or 6120477. OLE color: 6120477.
HSL color Cylindrical-coordinate representation of color #1D645D: hue angle of 174.08º 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 #1D645D is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 100 | 93 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.61 |
| HSL | 174.08º | 0.55% | 0.25% | - |
| HSV(B) | 174.08º | 0.71% | 0.39% | - |
| XYZ | 7.04 | 10.17 | 11.95 | - |
| YUV | 77.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 93 | 0.71 | 0 | 0.07 | 0.61 | 174.08 | 0.55 | 0.25 |
| Hex | 1D | 64 | 5D | 47 | 0 | 7 | 3D | AE | 37 | 19 |
| Octal | 35 | 144 | 135 | 107 | 0 | 7 | 75 | 256 | 67 | 31 |
| Binary | 11101 | 1100100 | 1011101 | 1000111 | 0 | 111 | 111101 | 10101110 | 110111 | 11001 |
Color Harmonies of #1D645D
Complementary color
Monochromatic Colors of #1D645D
Black with #1D645D
Text Example
Text Example
White with #1D645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D645D; }
p { color: rgb(29,100,93); }
H1.HeaderClassName
{
color: #1D645D;
}
.AnyTagClassName
{
color: #1D645D;
}
</style>
background-color css
<style>
a { background-color: #1D645D; }
a { background-color: rgb(29,100,93); }
div.DivClassName
{
background-color: #1D645D;
}
.BgClassName
{
background-color: #1D645D;
}
</style>
border-color css
<style>
span { border-color: #1D645D; }
span { border-color: rgb(29,100,93); }
td.TdClassName
{
border-color: #1D645D;
}
.TagClassName
{
border-color: #1D645D;
}
</style>