Shades of Blue Stone #216365
Tints of Blue Stone #216365
RGB
CMYK
RGB Variations
Color information
#216365 (or 0x216365) is known color: Blue Stone. HEX triplet: 21, 63 and 65. RGB value is (33,99,101). Sum of RGB (Red+Green+Blue) = 33+99+101=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #216365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216365 is #DE9C9A. Grayscale: #4F4F4F. Windows color (decimal): -14589083 or 6644513. OLE color: 6644513.
HSL color Cylindrical-coordinate representation of color #216365: hue angle of 181.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216365 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 99 | 101 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.60 |
| HSL | 181.76º | 0.51% | 0.26% | - |
| HSV(B) | 181.76º | 0.67% | 0.4% | - |
| XYZ | 7.44 | 10.19 | 13.89 | - |
| YUV | 79.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 101 | 0.67 | 0.02 | 0 | 0.60 | 181.76 | 0.51 | 0.26 |
| Hex | 21 | 63 | 65 | 43 | 2 | 0 | 3C | B6 | 33 | 1A |
| Octal | 41 | 143 | 145 | 103 | 2 | 0 | 74 | 266 | 63 | 32 |
| Binary | 100001 | 1100011 | 1100101 | 1000011 | 10 | 0 | 111100 | 10110110 | 110011 | 11010 |
Color Harmonies of #216365
Complementary color
Monochromatic Colors of #216365
Black with #216365
Text Example
Text Example
White with #216365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216365; }
p { color: rgb(33,99,101); }
H1.HeaderClassName
{
color: #216365;
}
.AnyTagClassName
{
color: #216365;
}
</style>
background-color css
<style>
a { background-color: #216365; }
a { background-color: rgb(33,99,101); }
div.DivClassName
{
background-color: #216365;
}
.BgClassName
{
background-color: #216365;
}
</style>
border-color css
<style>
span { border-color: #216365; }
span { border-color: rgb(33,99,101); }
td.TdClassName
{
border-color: #216365;
}
.TagClassName
{
border-color: #216365;
}
</style>