Shades of Chathams Blue #255E6D
Tints of Chathams Blue #255E6D
RGB
CMYK
RGB Variations
Color information
#255E6D (or 0x255E6D) is known color: Chathams Blue. HEX triplet: 25, 5E and 6D. RGB value is (37,94,109). Sum of RGB (Red+Green+Blue) = 37+94+109=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #255E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E6D is #DAA192. Grayscale: #4E4E4E. Windows color (decimal): -14328211 or 7167525. OLE color: 7167525.
HSL color Cylindrical-coordinate representation of color #255E6D: hue angle of 192.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255E6D is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 94 | 109 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.57 |
| HSL | 192.5º | 0.49% | 0.29% | - |
| HSV(B) | 192.5º | 0.66% | 0.43% | - |
| XYZ | 7.53 | 9.5 | 15.91 | - |
| YUV | 78.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 109 | 0.66 | 0.14 | 0 | 0.57 | 192.5 | 0.49 | 0.29 |
| Hex | 25 | 5E | 6D | 42 | E | 0 | 39 | C0 | 31 | 1D |
| Octal | 45 | 136 | 155 | 102 | 16 | 0 | 71 | 300 | 61 | 35 |
| Binary | 100101 | 1011110 | 1101101 | 1000010 | 1110 | 0 | 111001 | 11000000 | 110001 | 11101 |
Color Harmonies of #255E6D
Complementary color
Monochromatic Colors of #255E6D
Black with #255E6D
Text Example
Text Example
White with #255E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E6D; }
p { color: rgb(37,94,109); }
H1.HeaderClassName
{
color: #255E6D;
}
.AnyTagClassName
{
color: #255E6D;
}
</style>
background-color css
<style>
a { background-color: #255E6D; }
a { background-color: rgb(37,94,109); }
div.DivClassName
{
background-color: #255E6D;
}
.BgClassName
{
background-color: #255E6D;
}
</style>
border-color css
<style>
span { border-color: #255E6D; }
span { border-color: rgb(37,94,109); }
td.TdClassName
{
border-color: #255E6D;
}
.TagClassName
{
border-color: #255E6D;
}
</style>