Shades of Chathams Blue #25556A
Tints of Chathams Blue #25556A
RGB
CMYK
RGB Variations
Color information
#25556A (or 0x25556A) is known color: Chathams Blue. HEX triplet: 25, 55 and 6A. RGB value is (37,85,106). Sum of RGB (Red+Green+Blue) = 37+85+106=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #25556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25556A is #DAAA95. Grayscale: #484848. Windows color (decimal): -14330518 or 6968613. OLE color: 6968613.
HSL color Cylindrical-coordinate representation of color #25556A: hue angle of 198.26º 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 #25556A is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 85 | 106 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.58 |
| HSL | 198.26º | 0.48% | 0.28% | - |
| HSV(B) | 198.26º | 0.65% | 0.42% | - |
| XYZ | 6.61 | 7.93 | 14.82 | - |
| YUV | 73.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 106 | 0.65 | 0.20 | 0 | 0.58 | 198.26 | 0.48 | 0.28 |
| Hex | 25 | 55 | 6A | 41 | 14 | 0 | 3A | C6 | 30 | 1C |
| Octal | 45 | 125 | 152 | 101 | 24 | 0 | 72 | 306 | 60 | 34 |
| Binary | 100101 | 1010101 | 1101010 | 1000001 | 10100 | 0 | 111010 | 11000110 | 110000 | 11100 |
Color Harmonies of #25556A
Complementary color
Monochromatic Colors of #25556A
Black with #25556A
Text Example
Text Example
White with #25556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25556A; }
p { color: rgb(37,85,106); }
H1.HeaderClassName
{
color: #25556A;
}
.AnyTagClassName
{
color: #25556A;
}
</style>
background-color css
<style>
a { background-color: #25556A; }
a { background-color: rgb(37,85,106); }
div.DivClassName
{
background-color: #25556A;
}
.BgClassName
{
background-color: #25556A;
}
</style>
border-color css
<style>
span { border-color: #25556A; }
span { border-color: rgb(37,85,106); }
td.TdClassName
{
border-color: #25556A;
}
.TagClassName
{
border-color: #25556A;
}
</style>