Shades of Blue Stone #1D645E
Tints of Blue Stone #1D645E
RGB
CMYK
RGB Variations
Color information
#1D645E (or 0x1D645E) is known color: Blue Stone. HEX triplet: 1D, 64 and 5E. RGB value is (29,100,94). Sum of RGB (Red+Green+Blue) = 29+100+94=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #1D645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D645E is #E29BA1. Grayscale: #4E4E4E. Windows color (decimal): -14850978 or 6186013. OLE color: 6186013.
HSL color Cylindrical-coordinate representation of color #1D645E: hue angle of 174.93º 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 #1D645E is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 100 | 94 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.61 |
| HSL | 174.93º | 0.55% | 0.25% | - |
| HSV(B) | 174.93º | 0.71% | 0.39% | - |
| XYZ | 7.08 | 10.18 | 12.18 | - |
| YUV | 78.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 94 | 0.71 | 0 | 0.06 | 0.61 | 174.93 | 0.55 | 0.25 |
| Hex | 1D | 64 | 5E | 47 | 0 | 6 | 3D | AF | 37 | 19 |
| Octal | 35 | 144 | 136 | 107 | 0 | 6 | 75 | 257 | 67 | 31 |
| Binary | 11101 | 1100100 | 1011110 | 1000111 | 0 | 110 | 111101 | 10101111 | 110111 | 11001 |
Color Harmonies of #1D645E
Complementary color
Monochromatic Colors of #1D645E
Black with #1D645E
Text Example
Text Example
White with #1D645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D645E; }
p { color: rgb(29,100,94); }
H1.HeaderClassName
{
color: #1D645E;
}
.AnyTagClassName
{
color: #1D645E;
}
</style>
background-color css
<style>
a { background-color: #1D645E; }
a { background-color: rgb(29,100,94); }
div.DivClassName
{
background-color: #1D645E;
}
.BgClassName
{
background-color: #1D645E;
}
</style>
border-color css
<style>
span { border-color: #1D645E; }
span { border-color: rgb(29,100,94); }
td.TdClassName
{
border-color: #1D645E;
}
.TagClassName
{
border-color: #1D645E;
}
</style>