Shades of Chathams Blue #255C68
Tints of Chathams Blue #255C68
RGB
CMYK
RGB Variations
Color information
#255C68 (or 0x255C68) is known color: Chathams Blue. HEX triplet: 25, 5C and 68. RGB value is (37,92,104). Sum of RGB (Red+Green+Blue) = 37+92+104=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #255C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C68 is #DAA397. Grayscale: #4C4C4C. Windows color (decimal): -14328728 or 6839333. OLE color: 6839333.
HSL color Cylindrical-coordinate representation of color #255C68: hue angle of 190.75º 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 #255C68 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 92 | 104 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.59 |
| HSL | 190.75º | 0.48% | 0.28% | - |
| HSV(B) | 190.75º | 0.64% | 0.41% | - |
| XYZ | 7.09 | 9.05 | 14.47 | - |
| YUV | 76.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 104 | 0.64 | 0.12 | 0 | 0.59 | 190.75 | 0.48 | 0.28 |
| Hex | 25 | 5C | 68 | 40 | C | 0 | 3B | BF | 30 | 1C |
| Octal | 45 | 134 | 150 | 100 | 14 | 0 | 73 | 277 | 60 | 34 |
| Binary | 100101 | 1011100 | 1101000 | 1000000 | 1100 | 0 | 111011 | 10111111 | 110000 | 11100 |
Color Harmonies of #255C68
Complementary color
Monochromatic Colors of #255C68
Black with #255C68
Text Example
Text Example
White with #255C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C68; }
p { color: rgb(37,92,104); }
H1.HeaderClassName
{
color: #255C68;
}
.AnyTagClassName
{
color: #255C68;
}
</style>
background-color css
<style>
a { background-color: #255C68; }
a { background-color: rgb(37,92,104); }
div.DivClassName
{
background-color: #255C68;
}
.BgClassName
{
background-color: #255C68;
}
</style>
border-color css
<style>
span { border-color: #255C68; }
span { border-color: rgb(37,92,104); }
td.TdClassName
{
border-color: #255C68;
}
.TagClassName
{
border-color: #255C68;
}
</style>