Shades of Blue Stone #23625D
Tints of Blue Stone #23625D
RGB
CMYK
RGB Variations
Color information
#23625D (or 0x23625D) is known color: Blue Stone. HEX triplet: 23, 62 and 5D. RGB value is (35,98,93). Sum of RGB (Red+Green+Blue) = 35+98+93=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #23625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23625D is #DC9DA2. Grayscale: #4E4E4E. Windows color (decimal): -14458275 or 6119971. OLE color: 6119971.
HSL color Cylindrical-coordinate representation of color #23625D: hue angle of 175.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #23625D is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 98 | 93 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.62 |
| HSL | 175.24º | 0.47% | 0.26% | - |
| HSV(B) | 175.24º | 0.64% | 0.38% | - |
| XYZ | 7.04 | 9.88 | 11.89 | - |
| YUV | 78.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 93 | 0.64 | 0 | 0.05 | 0.62 | 175.24 | 0.47 | 0.26 |
| Hex | 23 | 62 | 5D | 40 | 0 | 5 | 3E | AF | 2F | 1A |
| Octal | 43 | 142 | 135 | 100 | 0 | 5 | 76 | 257 | 57 | 32 |
| Binary | 100011 | 1100010 | 1011101 | 1000000 | 0 | 101 | 111110 | 10101111 | 101111 | 11010 |
Color Harmonies of #23625D
Complementary color
Monochromatic Colors of #23625D
Black with #23625D
Text Example
Text Example
White with #23625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23625D; }
p { color: rgb(35,98,93); }
H1.HeaderClassName
{
color: #23625D;
}
.AnyTagClassName
{
color: #23625D;
}
</style>
background-color css
<style>
a { background-color: #23625D; }
a { background-color: rgb(35,98,93); }
div.DivClassName
{
background-color: #23625D;
}
.BgClassName
{
background-color: #23625D;
}
</style>
border-color css
<style>
span { border-color: #23625D; }
span { border-color: rgb(35,98,93); }
td.TdClassName
{
border-color: #23625D;
}
.TagClassName
{
border-color: #23625D;
}
</style>