Shades of Blue Stone #225B5C
Tints of Blue Stone #225B5C
RGB
CMYK
RGB Variations
Color information
#225B5C (or 0x225B5C) is known color: Blue Stone. HEX triplet: 22, 5B and 5C. RGB value is (34,91,92). Sum of RGB (Red+Green+Blue) = 34+91+92=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #225B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B5C is #DDA4A3. Grayscale: #4A4A4A. Windows color (decimal): -14525604 or 6052642. OLE color: 6052642.
HSL color Cylindrical-coordinate representation of color #225B5C: hue angle of 181.03º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B5C is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 92 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.64 |
| HSL | 181.03º | 0.46% | 0.25% | - |
| HSV(B) | 181.03º | 0.63% | 0.36% | - |
| XYZ | 6.33 | 8.59 | 11.45 | - |
| YUV | 74.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 92 | 0.63 | 0.01 | 0 | 0.64 | 181.03 | 0.46 | 0.25 |
| Hex | 22 | 5B | 5C | 3F | 1 | 0 | 40 | B5 | 2E | 19 |
| Octal | 42 | 133 | 134 | 77 | 1 | 0 | 100 | 265 | 56 | 31 |
| Binary | 100010 | 1011011 | 1011100 | 111111 | 1 | 0 | 1000000 | 10110101 | 101110 | 11001 |
Color Harmonies of #225B5C
Complementary color
Monochromatic Colors of #225B5C
Black with #225B5C
Text Example
Text Example
White with #225B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B5C; }
p { color: rgb(34,91,92); }
H1.HeaderClassName
{
color: #225B5C;
}
.AnyTagClassName
{
color: #225B5C;
}
</style>
background-color css
<style>
a { background-color: #225B5C; }
a { background-color: rgb(34,91,92); }
div.DivClassName
{
background-color: #225B5C;
}
.BgClassName
{
background-color: #225B5C;
}
</style>
border-color css
<style>
span { border-color: #225B5C; }
span { border-color: rgb(34,91,92); }
td.TdClassName
{
border-color: #225B5C;
}
.TagClassName
{
border-color: #225B5C;
}
</style>