Shades of Chathams Blue #25526B
Tints of Chathams Blue #25526B
RGB
CMYK
RGB Variations
Color information
#25526B (or 0x25526B) is known color: Chathams Blue. HEX triplet: 25, 52 and 6B. RGB value is (37,82,107). Sum of RGB (Red+Green+Blue) = 37+82+107=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #25526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25526B is #DAAD94. Grayscale: #474747. Windows color (decimal): -14331285 or 7033381. OLE color: 7033381.
HSL color Cylindrical-coordinate representation of color #25526B: hue angle of 201.43º degrees, saturation: 0.49, 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 #25526B is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 82 | 107 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.58 |
| HSL | 201.43º | 0.49% | 0.28% | - |
| HSV(B) | 201.43º | 0.65% | 0.42% | - |
| XYZ | 6.43 | 7.49 | 15.02 | - |
| YUV | 71.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 107 | 0.65 | 0.23 | 0 | 0.58 | 201.43 | 0.49 | 0.28 |
| Hex | 25 | 52 | 6B | 41 | 17 | 0 | 3A | C9 | 31 | 1C |
| Octal | 45 | 122 | 153 | 101 | 27 | 0 | 72 | 311 | 61 | 34 |
| Binary | 100101 | 1010010 | 1101011 | 1000001 | 10111 | 0 | 111010 | 11001001 | 110001 | 11100 |
Color Harmonies of #25526B
Complementary color
Monochromatic Colors of #25526B
Black with #25526B
Text Example
Text Example
White with #25526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25526B; }
p { color: rgb(37,82,107); }
H1.HeaderClassName
{
color: #25526B;
}
.AnyTagClassName
{
color: #25526B;
}
</style>
background-color css
<style>
a { background-color: #25526B; }
a { background-color: rgb(37,82,107); }
div.DivClassName
{
background-color: #25526B;
}
.BgClassName
{
background-color: #25526B;
}
</style>
border-color css
<style>
span { border-color: #25526B; }
span { border-color: rgb(37,82,107); }
td.TdClassName
{
border-color: #25526B;
}
.TagClassName
{
border-color: #25526B;
}
</style>