Shades of Blue Stone #1E645C
Tints of Blue Stone #1E645C
RGB
CMYK
RGB Variations
Color information
#1E645C (or 0x1E645C) is known color: Blue Stone. HEX triplet: 1E, 64 and 5C. RGB value is (30,100,92). Sum of RGB (Red+Green+Blue) = 30+100+92=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #1E645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E645C is #E19BA3. Grayscale: #4E4E4E. Windows color (decimal): -14785444 or 6054942. OLE color: 6054942.
HSL color Cylindrical-coordinate representation of color #1E645C: hue angle of 173.14º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E645C is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 100 | 92 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.61 |
| HSL | 173.14º | 0.54% | 0.25% | - |
| HSV(B) | 173.14º | 0.7% | 0.39% | - |
| XYZ | 7.02 | 10.16 | 11.72 | - |
| YUV | 78.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 92 | 0.70 | 0 | 0.08 | 0.61 | 173.14 | 0.54 | 0.25 |
| Hex | 1E | 64 | 5C | 46 | 0 | 8 | 3D | AD | 36 | 19 |
| Octal | 36 | 144 | 134 | 106 | 0 | 10 | 75 | 255 | 66 | 31 |
| Binary | 11110 | 1100100 | 1011100 | 1000110 | 0 | 1000 | 111101 | 10101101 | 110110 | 11001 |
Color Harmonies of #1E645C
Complementary color
Monochromatic Colors of #1E645C
Black with #1E645C
Text Example
Text Example
White with #1E645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E645C; }
p { color: rgb(30,100,92); }
H1.HeaderClassName
{
color: #1E645C;
}
.AnyTagClassName
{
color: #1E645C;
}
</style>
background-color css
<style>
a { background-color: #1E645C; }
a { background-color: rgb(30,100,92); }
div.DivClassName
{
background-color: #1E645C;
}
.BgClassName
{
background-color: #1E645C;
}
</style>
border-color css
<style>
span { border-color: #1E645C; }
span { border-color: rgb(30,100,92); }
td.TdClassName
{
border-color: #1E645C;
}
.TagClassName
{
border-color: #1E645C;
}
</style>