Shades of Chathams Blue #25506D
Tints of Chathams Blue #25506D
RGB
CMYK
RGB Variations
Color information
#25506D (or 0x25506D) is known color: Chathams Blue. HEX triplet: 25, 50 and 6D. RGB value is (37,80,109). Sum of RGB (Red+Green+Blue) = 37+80+109=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #25506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25506D is #DAAF92. Grayscale: #464646. Windows color (decimal): -14331795 or 7163941. OLE color: 7163941.
HSL color Cylindrical-coordinate representation of color #25506D: hue angle of 204.17º 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 #25506D is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 80 | 109 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.57 |
| HSL | 204.17º | 0.49% | 0.29% | - |
| HSV(B) | 204.17º | 0.66% | 0.43% | - |
| XYZ | 6.39 | 7.23 | 15.53 | - |
| YUV | 70.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 109 | 0.66 | 0.27 | 0 | 0.57 | 204.17 | 0.49 | 0.29 |
| Hex | 25 | 50 | 6D | 42 | 1B | 0 | 39 | CC | 31 | 1D |
| Octal | 45 | 120 | 155 | 102 | 33 | 0 | 71 | 314 | 61 | 35 |
| Binary | 100101 | 1010000 | 1101101 | 1000010 | 11011 | 0 | 111001 | 11001100 | 110001 | 11101 |
Color Harmonies of #25506D
Complementary color
Monochromatic Colors of #25506D
Black with #25506D
Text Example
Text Example
White with #25506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25506D; }
p { color: rgb(37,80,109); }
H1.HeaderClassName
{
color: #25506D;
}
.AnyTagClassName
{
color: #25506D;
}
</style>
background-color css
<style>
a { background-color: #25506D; }
a { background-color: rgb(37,80,109); }
div.DivClassName
{
background-color: #25506D;
}
.BgClassName
{
background-color: #25506D;
}
</style>
border-color css
<style>
span { border-color: #25506D; }
span { border-color: rgb(37,80,109); }
td.TdClassName
{
border-color: #25506D;
}
.TagClassName
{
border-color: #25506D;
}
</style>