Shades of Chathams Blue #255B6B
Tints of Chathams Blue #255B6B
RGB
CMYK
RGB Variations
Color information
#255B6B (or 0x255B6B) is known color: Chathams Blue. HEX triplet: 25, 5B and 6B. RGB value is (37,91,107). Sum of RGB (Red+Green+Blue) = 37+91+107=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #255B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B6B is #DAA494. Grayscale: #4C4C4C. Windows color (decimal): -14328981 or 7035685. OLE color: 7035685.
HSL color Cylindrical-coordinate representation of color #255B6B: hue angle of 193.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255B6B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 91 | 107 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.58 |
| HSL | 193.71º | 0.49% | 0.28% | - |
| HSV(B) | 193.71º | 0.65% | 0.42% | - |
| XYZ | 7.16 | 8.94 | 15.26 | - |
| YUV | 76.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 107 | 0.65 | 0.15 | 0 | 0.58 | 193.71 | 0.49 | 0.28 |
| Hex | 25 | 5B | 6B | 41 | F | 0 | 3A | C2 | 31 | 1C |
| Octal | 45 | 133 | 153 | 101 | 17 | 0 | 72 | 302 | 61 | 34 |
| Binary | 100101 | 1011011 | 1101011 | 1000001 | 1111 | 0 | 111010 | 11000010 | 110001 | 11100 |
Color Harmonies of #255B6B
Complementary color
Monochromatic Colors of #255B6B
Black with #255B6B
Text Example
Text Example
White with #255B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B6B; }
p { color: rgb(37,91,107); }
H1.HeaderClassName
{
color: #255B6B;
}
.AnyTagClassName
{
color: #255B6B;
}
</style>
background-color css
<style>
a { background-color: #255B6B; }
a { background-color: rgb(37,91,107); }
div.DivClassName
{
background-color: #255B6B;
}
.BgClassName
{
background-color: #255B6B;
}
</style>
border-color css
<style>
span { border-color: #255B6B; }
span { border-color: rgb(37,91,107); }
td.TdClassName
{
border-color: #255B6B;
}
.TagClassName
{
border-color: #255B6B;
}
</style>