Shades of Chathams Blue #255B6C
Tints of Chathams Blue #255B6C
RGB
CMYK
RGB Variations
Color information
#255B6C (or 0x255B6C) is known color: Chathams Blue. HEX triplet: 25, 5B and 6C. RGB value is (37,91,108). Sum of RGB (Red+Green+Blue) = 37+91+108=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #255B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B6C is #DAA493. Grayscale: #4C4C4C. Windows color (decimal): -14328980 or 7101221. OLE color: 7101221.
HSL color Cylindrical-coordinate representation of color #255B6C: hue angle of 194.37º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255B6C is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 91 | 108 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.58 |
| HSL | 194.37º | 0.49% | 0.28% | - |
| HSV(B) | 194.37º | 0.66% | 0.42% | - |
| XYZ | 7.21 | 8.96 | 15.54 | - |
| YUV | 76.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 108 | 0.66 | 0.16 | 0 | 0.58 | 194.37 | 0.49 | 0.28 |
| Hex | 25 | 5B | 6C | 42 | 10 | 0 | 3A | C2 | 31 | 1C |
| Octal | 45 | 133 | 154 | 102 | 20 | 0 | 72 | 302 | 61 | 34 |
| Binary | 100101 | 1011011 | 1101100 | 1000010 | 10000 | 0 | 111010 | 11000010 | 110001 | 11100 |
Color Harmonies of #255B6C
Complementary color
Monochromatic Colors of #255B6C
Black with #255B6C
Text Example
Text Example
White with #255B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B6C; }
p { color: rgb(37,91,108); }
H1.HeaderClassName
{
color: #255B6C;
}
.AnyTagClassName
{
color: #255B6C;
}
</style>
background-color css
<style>
a { background-color: #255B6C; }
a { background-color: rgb(37,91,108); }
div.DivClassName
{
background-color: #255B6C;
}
.BgClassName
{
background-color: #255B6C;
}
</style>
border-color css
<style>
span { border-color: #255B6C; }
span { border-color: rgb(37,91,108); }
td.TdClassName
{
border-color: #255B6C;
}
.TagClassName
{
border-color: #255B6C;
}
</style>