Shades of Chathams Blue #255A6D
Tints of Chathams Blue #255A6D
RGB
CMYK
RGB Variations
Color information
#255A6D (or 0x255A6D) is known color: Chathams Blue. HEX triplet: 25, 5A and 6D. RGB value is (37,90,109). Sum of RGB (Red+Green+Blue) = 37+90+109=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #255A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A6D is #DAA592. Grayscale: #4C4C4C. Windows color (decimal): -14329235 or 7166501. OLE color: 7166501.
HSL color Cylindrical-coordinate representation of color #255A6D: hue angle of 195.83º 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 #255A6D is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 90 | 109 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.57 |
| HSL | 195.83º | 0.49% | 0.29% | - |
| HSV(B) | 195.83º | 0.66% | 0.43% | - |
| XYZ | 7.18 | 8.81 | 15.79 | - |
| YUV | 76.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 109 | 0.66 | 0.17 | 0 | 0.57 | 195.83 | 0.49 | 0.29 |
| Hex | 25 | 5A | 6D | 42 | 11 | 0 | 39 | C4 | 31 | 1D |
| Octal | 45 | 132 | 155 | 102 | 21 | 0 | 71 | 304 | 61 | 35 |
| Binary | 100101 | 1011010 | 1101101 | 1000010 | 10001 | 0 | 111001 | 11000100 | 110001 | 11101 |
Color Harmonies of #255A6D
Complementary color
Monochromatic Colors of #255A6D
Black with #255A6D
Text Example
Text Example
White with #255A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A6D; }
p { color: rgb(37,90,109); }
H1.HeaderClassName
{
color: #255A6D;
}
.AnyTagClassName
{
color: #255A6D;
}
</style>
background-color css
<style>
a { background-color: #255A6D; }
a { background-color: rgb(37,90,109); }
div.DivClassName
{
background-color: #255A6D;
}
.BgClassName
{
background-color: #255A6D;
}
</style>
border-color css
<style>
span { border-color: #255A6D; }
span { border-color: rgb(37,90,109); }
td.TdClassName
{
border-color: #255A6D;
}
.TagClassName
{
border-color: #255A6D;
}
</style>