Shades of Chathams Blue #255B69
Tints of Chathams Blue #255B69
RGB
CMYK
RGB Variations
Color information
#255B69 (or 0x255B69) is known color: Chathams Blue. HEX triplet: 25, 5B and 69. RGB value is (37,91,105). Sum of RGB (Red+Green+Blue) = 37+91+105=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #255B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B69 is #DAA496. Grayscale: #4C4C4C. Windows color (decimal): -14328983 or 6904613. OLE color: 6904613.
HSL color Cylindrical-coordinate representation of color #255B69: hue angle of 192.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255B69 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 91 | 105 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.59 |
| HSL | 192.35º | 0.48% | 0.28% | - |
| HSV(B) | 192.35º | 0.65% | 0.41% | - |
| XYZ | 7.05 | 8.9 | 14.71 | - |
| YUV | 76.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 105 | 0.65 | 0.13 | 0 | 0.59 | 192.35 | 0.48 | 0.28 |
| Hex | 25 | 5B | 69 | 41 | D | 0 | 3B | C0 | 30 | 1C |
| Octal | 45 | 133 | 151 | 101 | 15 | 0 | 73 | 300 | 60 | 34 |
| Binary | 100101 | 1011011 | 1101001 | 1000001 | 1101 | 0 | 111011 | 11000000 | 110000 | 11100 |
Color Harmonies of #255B69
Complementary color
Monochromatic Colors of #255B69
Black with #255B69
Text Example
Text Example
White with #255B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B69; }
p { color: rgb(37,91,105); }
H1.HeaderClassName
{
color: #255B69;
}
.AnyTagClassName
{
color: #255B69;
}
</style>
background-color css
<style>
a { background-color: #255B69; }
a { background-color: rgb(37,91,105); }
div.DivClassName
{
background-color: #255B69;
}
.BgClassName
{
background-color: #255B69;
}
</style>
border-color css
<style>
span { border-color: #255B69; }
span { border-color: rgb(37,91,105); }
td.TdClassName
{
border-color: #255B69;
}
.TagClassName
{
border-color: #255B69;
}
</style>