Shades of Blue Stone #225A5C
Tints of Blue Stone #225A5C
RGB
CMYK
RGB Variations
Color information
#225A5C (or 0x225A5C) is known color: Blue Stone. HEX triplet: 22, 5A and 5C. RGB value is (34,90,92). Sum of RGB (Red+Green+Blue) = 34+90+92=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #225A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A5C is #DDA5A3. Grayscale: #494949. Windows color (decimal): -14525860 or 6052386. OLE color: 6052386.
HSL color Cylindrical-coordinate representation of color #225A5C: hue angle of 182.07º 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 #225A5C is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 90 | 92 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.64 |
| HSL | 182.07º | 0.46% | 0.25% | - |
| HSV(B) | 182.07º | 0.63% | 0.36% | - |
| XYZ | 6.25 | 8.43 | 11.42 | - |
| YUV | 73.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 92 | 0.63 | 0.02 | 0 | 0.64 | 182.07 | 0.46 | 0.25 |
| Hex | 22 | 5A | 5C | 3F | 2 | 0 | 40 | B6 | 2E | 19 |
| Octal | 42 | 132 | 134 | 77 | 2 | 0 | 100 | 266 | 56 | 31 |
| Binary | 100010 | 1011010 | 1011100 | 111111 | 10 | 0 | 1000000 | 10110110 | 101110 | 11001 |
Color Harmonies of #225A5C
Complementary color
Monochromatic Colors of #225A5C
Black with #225A5C
Text Example
Text Example
White with #225A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A5C; }
p { color: rgb(34,90,92); }
H1.HeaderClassName
{
color: #225A5C;
}
.AnyTagClassName
{
color: #225A5C;
}
</style>
background-color css
<style>
a { background-color: #225A5C; }
a { background-color: rgb(34,90,92); }
div.DivClassName
{
background-color: #225A5C;
}
.BgClassName
{
background-color: #225A5C;
}
</style>
border-color css
<style>
span { border-color: #225A5C; }
span { border-color: rgb(34,90,92); }
td.TdClassName
{
border-color: #225A5C;
}
.TagClassName
{
border-color: #225A5C;
}
</style>