Shades of Chathams Blue #255E6C
Tints of Chathams Blue #255E6C
RGB
CMYK
RGB Variations
Color information
#255E6C (or 0x255E6C) is known color: Chathams Blue. HEX triplet: 25, 5E and 6C. RGB value is (37,94,108). Sum of RGB (Red+Green+Blue) = 37+94+108=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #255E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E6C is #DAA193. Grayscale: #4E4E4E. Windows color (decimal): -14328212 or 7101989. OLE color: 7101989.
HSL color Cylindrical-coordinate representation of color #255E6C: hue angle of 191.83º 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 #255E6C is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 94 | 108 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.58 |
| HSL | 191.83º | 0.49% | 0.28% | - |
| HSV(B) | 191.83º | 0.66% | 0.42% | - |
| XYZ | 7.47 | 9.48 | 15.62 | - |
| YUV | 78.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 108 | 0.66 | 0.13 | 0 | 0.58 | 191.83 | 0.49 | 0.28 |
| Hex | 25 | 5E | 6C | 42 | D | 0 | 3A | C0 | 31 | 1C |
| Octal | 45 | 136 | 154 | 102 | 15 | 0 | 72 | 300 | 61 | 34 |
| Binary | 100101 | 1011110 | 1101100 | 1000010 | 1101 | 0 | 111010 | 11000000 | 110001 | 11100 |
Color Harmonies of #255E6C
Complementary color
Monochromatic Colors of #255E6C
Black with #255E6C
Text Example
Text Example
White with #255E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E6C; }
p { color: rgb(37,94,108); }
H1.HeaderClassName
{
color: #255E6C;
}
.AnyTagClassName
{
color: #255E6C;
}
</style>
background-color css
<style>
a { background-color: #255E6C; }
a { background-color: rgb(37,94,108); }
div.DivClassName
{
background-color: #255E6C;
}
.BgClassName
{
background-color: #255E6C;
}
</style>
border-color css
<style>
span { border-color: #255E6C; }
span { border-color: rgb(37,94,108); }
td.TdClassName
{
border-color: #255E6C;
}
.TagClassName
{
border-color: #255E6C;
}
</style>