Shades of Blue Stone #225C64
Tints of Blue Stone #225C64
RGB
CMYK
RGB Variations
Color information
#225C64 (or 0x225C64) is known color: Blue Stone. HEX triplet: 22, 5C and 64. RGB value is (34,92,100). Sum of RGB (Red+Green+Blue) = 34+92+100=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #225C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C64 is #DDA39B. Grayscale: #4B4B4B. Windows color (decimal): -14525340 or 6577186. OLE color: 6577186.
HSL color Cylindrical-coordinate representation of color #225C64: hue angle of 187.27º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225C64 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 92 | 100 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.61 |
| HSL | 187.27º | 0.49% | 0.26% | - |
| HSV(B) | 187.27º | 0.66% | 0.39% | - |
| XYZ | 6.79 | 8.91 | 13.42 | - |
| YUV | 75.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 100 | 0.66 | 0.08 | 0 | 0.61 | 187.27 | 0.49 | 0.26 |
| Hex | 22 | 5C | 64 | 42 | 8 | 0 | 3D | BB | 31 | 1A |
| Octal | 42 | 134 | 144 | 102 | 10 | 0 | 75 | 273 | 61 | 32 |
| Binary | 100010 | 1011100 | 1100100 | 1000010 | 1000 | 0 | 111101 | 10111011 | 110001 | 11010 |
Color Harmonies of #225C64
Complementary color
Monochromatic Colors of #225C64
Black with #225C64
Text Example
Text Example
White with #225C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C64; }
p { color: rgb(34,92,100); }
H1.HeaderClassName
{
color: #225C64;
}
.AnyTagClassName
{
color: #225C64;
}
</style>
background-color css
<style>
a { background-color: #225C64; }
a { background-color: rgb(34,92,100); }
div.DivClassName
{
background-color: #225C64;
}
.BgClassName
{
background-color: #225C64;
}
</style>
border-color css
<style>
span { border-color: #225C64; }
span { border-color: rgb(34,92,100); }
td.TdClassName
{
border-color: #225C64;
}
.TagClassName
{
border-color: #225C64;
}
</style>