Shades of Blue Stone #225C65
Tints of Blue Stone #225C65
RGB
CMYK
RGB Variations
Color information
#225C65 (or 0x225C65) is known color: Blue Stone. HEX triplet: 22, 5C and 65. RGB value is (34,92,101). Sum of RGB (Red+Green+Blue) = 34+92+101=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #225C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C65 is #DDA39A. Grayscale: #4B4B4B. Windows color (decimal): -14525339 or 6642722. OLE color: 6642722.
HSL color Cylindrical-coordinate representation of color #225C65: hue angle of 188.06º 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 #225C65 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 92 | 101 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.60 |
| HSL | 188.06º | 0.5% | 0.26% | - |
| HSV(B) | 188.06º | 0.66% | 0.4% | - |
| XYZ | 6.84 | 8.93 | 13.68 | - |
| YUV | 75.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 101 | 0.66 | 0.09 | 0 | 0.60 | 188.06 | 0.5 | 0.26 |
| Hex | 22 | 5C | 65 | 42 | 9 | 0 | 3C | BC | 32 | 1A |
| Octal | 42 | 134 | 145 | 102 | 11 | 0 | 74 | 274 | 62 | 32 |
| Binary | 100010 | 1011100 | 1100101 | 1000010 | 1001 | 0 | 111100 | 10111100 | 110010 | 11010 |
Color Harmonies of #225C65
Complementary color
Monochromatic Colors of #225C65
Black with #225C65
Text Example
Text Example
White with #225C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C65; }
p { color: rgb(34,92,101); }
H1.HeaderClassName
{
color: #225C65;
}
.AnyTagClassName
{
color: #225C65;
}
</style>
background-color css
<style>
a { background-color: #225C65; }
a { background-color: rgb(34,92,101); }
div.DivClassName
{
background-color: #225C65;
}
.BgClassName
{
background-color: #225C65;
}
</style>
border-color css
<style>
span { border-color: #225C65; }
span { border-color: rgb(34,92,101); }
td.TdClassName
{
border-color: #225C65;
}
.TagClassName
{
border-color: #225C65;
}
</style>