Shades of Chathams Blue #215B67
Tints of Chathams Blue #215B67
RGB
CMYK
RGB Variations
Color information
#215B67 (or 0x215B67) is known color: Chathams Blue. HEX triplet: 21, 5B and 67. RGB value is (33,91,103). Sum of RGB (Red+Green+Blue) = 33+91+103=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 91 (35.94% from 255 or 40.09% 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 #215B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B67 is #DEA498. Grayscale: #4A4A4A. Windows color (decimal): -14591129 or 6773537. OLE color: 6773537.
HSL color Cylindrical-coordinate representation of color #215B67: hue angle of 190.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215B67 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 91 | 103 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.60 |
| HSL | 190.29º | 0.51% | 0.27% | - |
| HSV(B) | 190.29º | 0.68% | 0.4% | - |
| XYZ | 6.82 | 8.78 | 14.17 | - |
| YUV | 75.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 103 | 0.68 | 0.12 | 0 | 0.60 | 190.29 | 0.51 | 0.27 |
| Hex | 21 | 5B | 67 | 44 | C | 0 | 3C | BE | 33 | 1B |
| Octal | 41 | 133 | 147 | 104 | 14 | 0 | 74 | 276 | 63 | 33 |
| Binary | 100001 | 1011011 | 1100111 | 1000100 | 1100 | 0 | 111100 | 10111110 | 110011 | 11011 |
Color Harmonies of #215B67
Complementary color
Monochromatic Colors of #215B67
Black with #215B67
Text Example
Text Example
White with #215B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B67; }
p { color: rgb(33,91,103); }
H1.HeaderClassName
{
color: #215B67;
}
.AnyTagClassName
{
color: #215B67;
}
</style>
background-color css
<style>
a { background-color: #215B67; }
a { background-color: rgb(33,91,103); }
div.DivClassName
{
background-color: #215B67;
}
.BgClassName
{
background-color: #215B67;
}
</style>
border-color css
<style>
span { border-color: #215B67; }
span { border-color: rgb(33,91,103); }
td.TdClassName
{
border-color: #215B67;
}
.TagClassName
{
border-color: #215B67;
}
</style>