Shades of Chathams Blue #285269
Tints of Chathams Blue #285269
RGB
CMYK
RGB Variations
Color information
#285269 (or 0x285269) is known color: Chathams Blue. HEX triplet: 28, 52 and 69. RGB value is (40,82,105). Sum of RGB (Red+Green+Blue) = 40+82+105=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #285269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285269 is #D7AD96. Grayscale: #474747. Windows color (decimal): -14134679 or 6902312. OLE color: 6902312.
HSL color Cylindrical-coordinate representation of color #285269: hue angle of 201.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285269 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 82 | 105 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.59 |
| HSL | 201.23º | 0.45% | 0.28% | - |
| HSV(B) | 201.23º | 0.62% | 0.41% | - |
| XYZ | 6.44 | 7.51 | 14.47 | - |
| YUV | 72.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 105 | 0.62 | 0.22 | 0 | 0.59 | 201.23 | 0.45 | 0.28 |
| Hex | 28 | 52 | 69 | 3E | 16 | 0 | 3B | C9 | 2D | 1C |
| Octal | 50 | 122 | 151 | 76 | 26 | 0 | 73 | 311 | 55 | 34 |
| Binary | 101000 | 1010010 | 1101001 | 111110 | 10110 | 0 | 111011 | 11001001 | 101101 | 11100 |
Color Harmonies of #285269
Complementary color
Monochromatic Colors of #285269
Black with #285269
Text Example
Text Example
White with #285269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285269; }
p { color: rgb(40,82,105); }
H1.HeaderClassName
{
color: #285269;
}
.AnyTagClassName
{
color: #285269;
}
</style>
background-color css
<style>
a { background-color: #285269; }
a { background-color: rgb(40,82,105); }
div.DivClassName
{
background-color: #285269;
}
.BgClassName
{
background-color: #285269;
}
</style>
border-color css
<style>
span { border-color: #285269; }
span { border-color: rgb(40,82,105); }
td.TdClassName
{
border-color: #285269;
}
.TagClassName
{
border-color: #285269;
}
</style>