Shades of Blue Stone #1E625C
Tints of Blue Stone #1E625C
RGB
CMYK
RGB Variations
Color information
#1E625C (or 0x1E625C) is known color: Blue Stone. HEX triplet: 1E, 62 and 5C. RGB value is (30,98,92). Sum of RGB (Red+Green+Blue) = 30+98+92=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #1E625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E625C is #E19DA3. Grayscale: #4C4C4C. Windows color (decimal): -14785956 or 6054430. OLE color: 6054430.
HSL color Cylindrical-coordinate representation of color #1E625C: hue angle of 174.71º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E625C is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 92 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.62 |
| HSL | 174.71º | 0.53% | 0.25% | - |
| HSV(B) | 174.71º | 0.69% | 0.38% | - |
| XYZ | 6.83 | 9.78 | 11.65 | - |
| YUV | 76.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 92 | 0.69 | 0 | 0.06 | 0.62 | 174.71 | 0.53 | 0.25 |
| Hex | 1E | 62 | 5C | 45 | 0 | 6 | 3E | AF | 35 | 19 |
| Octal | 36 | 142 | 134 | 105 | 0 | 6 | 76 | 257 | 65 | 31 |
| Binary | 11110 | 1100010 | 1011100 | 1000101 | 0 | 110 | 111110 | 10101111 | 110101 | 11001 |
Color Harmonies of #1E625C
Complementary color
Monochromatic Colors of #1E625C
Black with #1E625C
Text Example
Text Example
White with #1E625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E625C; }
p { color: rgb(30,98,92); }
H1.HeaderClassName
{
color: #1E625C;
}
.AnyTagClassName
{
color: #1E625C;
}
</style>
background-color css
<style>
a { background-color: #1E625C; }
a { background-color: rgb(30,98,92); }
div.DivClassName
{
background-color: #1E625C;
}
.BgClassName
{
background-color: #1E625C;
}
</style>
border-color css
<style>
span { border-color: #1E625C; }
span { border-color: rgb(30,98,92); }
td.TdClassName
{
border-color: #1E625C;
}
.TagClassName
{
border-color: #1E625C;
}
</style>