Shades of Blue Stone #205C67
Tints of Blue Stone #205C67
RGB
CMYK
RGB Variations
Color information
#205C67 (or 0x205C67) is known color: Blue Stone. HEX triplet: 20, 5C and 67. RGB value is (32,92,103). Sum of RGB (Red+Green+Blue) = 32+92+103=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #205C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C67 is #DFA398. Grayscale: #4B4B4B. Windows color (decimal): -14656409 or 6773792. OLE color: 6773792.
HSL color Cylindrical-coordinate representation of color #205C67: hue angle of 189.3º 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 #205C67 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 92 | 103 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.60 |
| HSL | 189.3º | 0.53% | 0.26% | - |
| HSV(B) | 189.3º | 0.69% | 0.4% | - |
| XYZ | 6.87 | 8.94 | 14.2 | - |
| YUV | 75.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 103 | 0.69 | 0.11 | 0 | 0.60 | 189.3 | 0.53 | 0.26 |
| Hex | 20 | 5C | 67 | 45 | B | 0 | 3C | BD | 35 | 1A |
| Octal | 40 | 134 | 147 | 105 | 13 | 0 | 74 | 275 | 65 | 32 |
| Binary | 100000 | 1011100 | 1100111 | 1000101 | 1011 | 0 | 111100 | 10111101 | 110101 | 11010 |
Color Harmonies of #205C67
Complementary color
Monochromatic Colors of #205C67
Black with #205C67
Text Example
Text Example
White with #205C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C67; }
p { color: rgb(32,92,103); }
H1.HeaderClassName
{
color: #205C67;
}
.AnyTagClassName
{
color: #205C67;
}
</style>
background-color css
<style>
a { background-color: #205C67; }
a { background-color: rgb(32,92,103); }
div.DivClassName
{
background-color: #205C67;
}
.BgClassName
{
background-color: #205C67;
}
</style>
border-color css
<style>
span { border-color: #205C67; }
span { border-color: rgb(32,92,103); }
td.TdClassName
{
border-color: #205C67;
}
.TagClassName
{
border-color: #205C67;
}
</style>