Shades of Blue Stone #1C635D
Tints of Blue Stone #1C635D
RGB
CMYK
RGB Variations
Color information
#1C635D (or 0x1C635D) is known color: Blue Stone. HEX triplet: 1C, 63 and 5D. RGB value is (28,99,93). Sum of RGB (Red+Green+Blue) = 28+99+93=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #1C635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C635D is #E39CA2. Grayscale: #4D4D4D. Windows color (decimal): -14916771 or 6120220. OLE color: 6120220.
HSL color Cylindrical-coordinate representation of color #1C635D: hue angle of 174.93º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C635D is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 93 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.61 |
| HSL | 174.93º | 0.56% | 0.25% | - |
| HSV(B) | 174.93º | 0.72% | 0.39% | - |
| XYZ | 6.92 | 9.96 | 11.91 | - |
| YUV | 77.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 93 | 0.72 | 0 | 0.06 | 0.61 | 174.93 | 0.56 | 0.25 |
| Hex | 1C | 63 | 5D | 48 | 0 | 6 | 3D | AF | 38 | 19 |
| Octal | 34 | 143 | 135 | 110 | 0 | 6 | 75 | 257 | 70 | 31 |
| Binary | 11100 | 1100011 | 1011101 | 1001000 | 0 | 110 | 111101 | 10101111 | 111000 | 11001 |
Color Harmonies of #1C635D
Complementary color
Monochromatic Colors of #1C635D
Black with #1C635D
Text Example
Text Example
White with #1C635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C635D; }
p { color: rgb(28,99,93); }
H1.HeaderClassName
{
color: #1C635D;
}
.AnyTagClassName
{
color: #1C635D;
}
</style>
background-color css
<style>
a { background-color: #1C635D; }
a { background-color: rgb(28,99,93); }
div.DivClassName
{
background-color: #1C635D;
}
.BgClassName
{
background-color: #1C635D;
}
</style>
border-color css
<style>
span { border-color: #1C635D; }
span { border-color: rgb(28,99,93); }
td.TdClassName
{
border-color: #1C635D;
}
.TagClassName
{
border-color: #1C635D;
}
</style>