Shades of Blue Stone #205D67
Tints of Blue Stone #205D67
RGB
CMYK
RGB Variations
Color information
#205D67 (or 0x205D67) is known color: Blue Stone. HEX triplet: 20, 5D and 67. RGB value is (32,93,103). Sum of RGB (Red+Green+Blue) = 32+93+103=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #205D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D67 is #DFA298. Grayscale: #4B4B4B. Windows color (decimal): -14656153 or 6774048. OLE color: 6774048.
HSL color Cylindrical-coordinate representation of color #205D67: hue angle of 188.45º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205D67 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 93 | 103 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.60 |
| HSL | 188.45º | 0.53% | 0.26% | - |
| HSV(B) | 188.45º | 0.69% | 0.4% | - |
| XYZ | 6.96 | 9.12 | 14.22 | - |
| YUV | 75.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 103 | 0.69 | 0.10 | 0 | 0.60 | 188.45 | 0.53 | 0.26 |
| Hex | 20 | 5D | 67 | 45 | A | 0 | 3C | BC | 35 | 1A |
| Octal | 40 | 135 | 147 | 105 | 12 | 0 | 74 | 274 | 65 | 32 |
| Binary | 100000 | 1011101 | 1100111 | 1000101 | 1010 | 0 | 111100 | 10111100 | 110101 | 11010 |
Color Harmonies of #205D67
Complementary color
Monochromatic Colors of #205D67
Black with #205D67
Text Example
Text Example
White with #205D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D67; }
p { color: rgb(32,93,103); }
H1.HeaderClassName
{
color: #205D67;
}
.AnyTagClassName
{
color: #205D67;
}
</style>
background-color css
<style>
a { background-color: #205D67; }
a { background-color: rgb(32,93,103); }
div.DivClassName
{
background-color: #205D67;
}
.BgClassName
{
background-color: #205D67;
}
</style>
border-color css
<style>
span { border-color: #205D67; }
span { border-color: rgb(32,93,103); }
td.TdClassName
{
border-color: #205D67;
}
.TagClassName
{
border-color: #205D67;
}
</style>