Shades of Chathams Blue #255B68
Tints of Chathams Blue #255B68
RGB
CMYK
RGB Variations
Color information
#255B68 (or 0x255B68) is known color: Chathams Blue. HEX triplet: 25, 5B and 68. RGB value is (37,91,104). Sum of RGB (Red+Green+Blue) = 37+91+104=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #255B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B68 is #DAA497. Grayscale: #4C4C4C. Windows color (decimal): -14328984 or 6839077. OLE color: 6839077.
HSL color Cylindrical-coordinate representation of color #255B68: hue angle of 191.64º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255B68 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 91 | 104 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.59 |
| HSL | 191.64º | 0.48% | 0.28% | - |
| HSV(B) | 191.64º | 0.64% | 0.41% | - |
| XYZ | 7 | 8.87 | 14.44 | - |
| YUV | 76.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 104 | 0.64 | 0.12 | 0 | 0.59 | 191.64 | 0.48 | 0.28 |
| Hex | 25 | 5B | 68 | 40 | C | 0 | 3B | C0 | 30 | 1C |
| Octal | 45 | 133 | 150 | 100 | 14 | 0 | 73 | 300 | 60 | 34 |
| Binary | 100101 | 1011011 | 1101000 | 1000000 | 1100 | 0 | 111011 | 11000000 | 110000 | 11100 |
Color Harmonies of #255B68
Complementary color
Monochromatic Colors of #255B68
Black with #255B68
Text Example
Text Example
White with #255B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B68; }
p { color: rgb(37,91,104); }
H1.HeaderClassName
{
color: #255B68;
}
.AnyTagClassName
{
color: #255B68;
}
</style>
background-color css
<style>
a { background-color: #255B68; }
a { background-color: rgb(37,91,104); }
div.DivClassName
{
background-color: #255B68;
}
.BgClassName
{
background-color: #255B68;
}
</style>
border-color css
<style>
span { border-color: #255B68; }
span { border-color: rgb(37,91,104); }
td.TdClassName
{
border-color: #255B68;
}
.TagClassName
{
border-color: #255B68;
}
</style>