Shades of Blue Stone #225D65
Tints of Blue Stone #225D65
RGB
CMYK
RGB Variations
Color information
#225D65 (or 0x225D65) is known color: Blue Stone. HEX triplet: 22, 5D and 65. RGB value is (34,93,101). Sum of RGB (Red+Green+Blue) = 34+93+101=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #225D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D65 is #DDA29A. Grayscale: #4C4C4C. Windows color (decimal): -14525083 or 6642978. OLE color: 6642978.
HSL color Cylindrical-coordinate representation of color #225D65: hue angle of 187.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225D65 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 93 | 101 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.60 |
| HSL | 187.16º | 0.5% | 0.26% | - |
| HSV(B) | 187.16º | 0.66% | 0.4% | - |
| XYZ | 6.92 | 9.11 | 13.71 | - |
| YUV | 76.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 101 | 0.66 | 0.08 | 0 | 0.60 | 187.16 | 0.5 | 0.26 |
| Hex | 22 | 5D | 65 | 42 | 8 | 0 | 3C | BB | 32 | 1A |
| Octal | 42 | 135 | 145 | 102 | 10 | 0 | 74 | 273 | 62 | 32 |
| Binary | 100010 | 1011101 | 1100101 | 1000010 | 1000 | 0 | 111100 | 10111011 | 110010 | 11010 |
Color Harmonies of #225D65
Complementary color
Monochromatic Colors of #225D65
Black with #225D65
Text Example
Text Example
White with #225D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D65; }
p { color: rgb(34,93,101); }
H1.HeaderClassName
{
color: #225D65;
}
.AnyTagClassName
{
color: #225D65;
}
</style>
background-color css
<style>
a { background-color: #225D65; }
a { background-color: rgb(34,93,101); }
div.DivClassName
{
background-color: #225D65;
}
.BgClassName
{
background-color: #225D65;
}
</style>
border-color css
<style>
span { border-color: #225D65; }
span { border-color: rgb(34,93,101); }
td.TdClassName
{
border-color: #225D65;
}
.TagClassName
{
border-color: #225D65;
}
</style>