Shades of Chathams Blue #255A69
Tints of Chathams Blue #255A69
RGB
CMYK
RGB Variations
Color information
#255A69 (or 0x255A69) is known color: Chathams Blue. HEX triplet: 25, 5A and 69. RGB value is (37,90,105). Sum of RGB (Red+Green+Blue) = 37+90+105=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #255A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A69 is #DAA596. Grayscale: #4B4B4B. Windows color (decimal): -14329239 or 6904357. OLE color: 6904357.
HSL color Cylindrical-coordinate representation of color #255A69: hue angle of 193.24º 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 #255A69 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 90 | 105 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.59 |
| HSL | 193.24º | 0.48% | 0.28% | - |
| HSV(B) | 193.24º | 0.65% | 0.41% | - |
| XYZ | 6.97 | 8.73 | 14.68 | - |
| YUV | 75.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 105 | 0.65 | 0.14 | 0 | 0.59 | 193.24 | 0.48 | 0.28 |
| Hex | 25 | 5A | 69 | 41 | E | 0 | 3B | C1 | 30 | 1C |
| Octal | 45 | 132 | 151 | 101 | 16 | 0 | 73 | 301 | 60 | 34 |
| Binary | 100101 | 1011010 | 1101001 | 1000001 | 1110 | 0 | 111011 | 11000001 | 110000 | 11100 |
Color Harmonies of #255A69
Complementary color
Monochromatic Colors of #255A69
Black with #255A69
Text Example
Text Example
White with #255A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A69; }
p { color: rgb(37,90,105); }
H1.HeaderClassName
{
color: #255A69;
}
.AnyTagClassName
{
color: #255A69;
}
</style>
background-color css
<style>
a { background-color: #255A69; }
a { background-color: rgb(37,90,105); }
div.DivClassName
{
background-color: #255A69;
}
.BgClassName
{
background-color: #255A69;
}
</style>
border-color css
<style>
span { border-color: #255A69; }
span { border-color: rgb(37,90,105); }
td.TdClassName
{
border-color: #255A69;
}
.TagClassName
{
border-color: #255A69;
}
</style>