Shades of Blue Stone #225F68
Tints of Blue Stone #225F68
RGB
CMYK
RGB Variations
Color information
#225F68 (or 0x225F68) is known color: Blue Stone. HEX triplet: 22, 5F and 68. RGB value is (34,95,104). Sum of RGB (Red+Green+Blue) = 34+95+104=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #225F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F68 is #DDA097. Grayscale: #4D4D4D. Windows color (decimal): -14524568 or 6840098. OLE color: 6840098.
HSL color Cylindrical-coordinate representation of color #225F68: hue angle of 187.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225F68 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 95 | 104 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.59 |
| HSL | 187.71º | 0.51% | 0.27% | - |
| HSV(B) | 187.71º | 0.67% | 0.41% | - |
| XYZ | 7.25 | 9.52 | 14.55 | - |
| YUV | 77.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 104 | 0.67 | 0.09 | 0 | 0.59 | 187.71 | 0.51 | 0.27 |
| Hex | 22 | 5F | 68 | 43 | 9 | 0 | 3B | BC | 33 | 1B |
| Octal | 42 | 137 | 150 | 103 | 11 | 0 | 73 | 274 | 63 | 33 |
| Binary | 100010 | 1011111 | 1101000 | 1000011 | 1001 | 0 | 111011 | 10111100 | 110011 | 11011 |
Color Harmonies of #225F68
Complementary color
Monochromatic Colors of #225F68
Black with #225F68
Text Example
Text Example
White with #225F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225F68; }
p { color: rgb(34,95,104); }
H1.HeaderClassName
{
color: #225F68;
}
.AnyTagClassName
{
color: #225F68;
}
</style>
background-color css
<style>
a { background-color: #225F68; }
a { background-color: rgb(34,95,104); }
div.DivClassName
{
background-color: #225F68;
}
.BgClassName
{
background-color: #225F68;
}
</style>
border-color css
<style>
span { border-color: #225F68; }
span { border-color: rgb(34,95,104); }
td.TdClassName
{
border-color: #225F68;
}
.TagClassName
{
border-color: #225F68;
}
</style>