Shades of Chathams Blue #25506A
Tints of Chathams Blue #25506A
RGB
CMYK
RGB Variations
Color information
#25506A (or 0x25506A) is known color: Chathams Blue. HEX triplet: 25, 50 and 6A. RGB value is (37,80,106). Sum of RGB (Red+Green+Blue) = 37+80+106=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #25506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25506A is #DAAF95. Grayscale: #454545. Windows color (decimal): -14331798 or 6967333. OLE color: 6967333.
HSL color Cylindrical-coordinate representation of color #25506A: hue angle of 202.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25506A is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 80 | 106 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.58 |
| HSL | 202.61º | 0.48% | 0.28% | - |
| HSV(B) | 202.61º | 0.65% | 0.42% | - |
| XYZ | 6.23 | 7.17 | 14.69 | - |
| YUV | 70.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 106 | 0.65 | 0.25 | 0 | 0.58 | 202.61 | 0.48 | 0.28 |
| Hex | 25 | 50 | 6A | 41 | 19 | 0 | 3A | CB | 30 | 1C |
| Octal | 45 | 120 | 152 | 101 | 31 | 0 | 72 | 313 | 60 | 34 |
| Binary | 100101 | 1010000 | 1101010 | 1000001 | 11001 | 0 | 111010 | 11001011 | 110000 | 11100 |
Color Harmonies of #25506A
Complementary color
Monochromatic Colors of #25506A
Black with #25506A
Text Example
Text Example
White with #25506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25506A; }
p { color: rgb(37,80,106); }
H1.HeaderClassName
{
color: #25506A;
}
.AnyTagClassName
{
color: #25506A;
}
</style>
background-color css
<style>
a { background-color: #25506A; }
a { background-color: rgb(37,80,106); }
div.DivClassName
{
background-color: #25506A;
}
.BgClassName
{
background-color: #25506A;
}
</style>
border-color css
<style>
span { border-color: #25506A; }
span { border-color: rgb(37,80,106); }
td.TdClassName
{
border-color: #25506A;
}
.TagClassName
{
border-color: #25506A;
}
</style>