Shades of Chathams Blue #265566
Tints of Chathams Blue #265566
RGB
CMYK
RGB Variations
Color information
#265566 (or 0x265566) is known color: Chathams Blue. HEX triplet: 26, 55 and 66. RGB value is (38,85,102). Sum of RGB (Red+Green+Blue) = 38+85+102=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #265566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265566 is #D9AA99. Grayscale: #484848. Windows color (decimal): -14264986 or 6706470. OLE color: 6706470.
HSL color Cylindrical-coordinate representation of color #265566: hue angle of 195.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265566 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 85 | 102 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.6 |
| HSL | 195.94º | 0.46% | 0.27% | - |
| HSV(B) | 195.94º | 0.63% | 0.4% | - |
| XYZ | 6.45 | 7.87 | 13.75 | - |
| YUV | 72.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 102 | 0.63 | 0.17 | 0 | 0.6 | 195.94 | 0.46 | 0.27 |
| Hex | 26 | 55 | 66 | 3F | 11 | 0 | 3C | C4 | 2E | 1B |
| Octal | 46 | 125 | 146 | 77 | 21 | 0 | 74 | 304 | 56 | 33 |
| Binary | 100110 | 1010101 | 1100110 | 111111 | 10001 | 0 | 111100 | 11000100 | 101110 | 11011 |
Color Harmonies of #265566
Complementary color
Monochromatic Colors of #265566
Black with #265566
Text Example
Text Example
White with #265566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265566; }
p { color: rgb(38,85,102); }
H1.HeaderClassName
{
color: #265566;
}
.AnyTagClassName
{
color: #265566;
}
</style>
background-color css
<style>
a { background-color: #265566; }
a { background-color: rgb(38,85,102); }
div.DivClassName
{
background-color: #265566;
}
.BgClassName
{
background-color: #265566;
}
</style>
border-color css
<style>
span { border-color: #265566; }
span { border-color: rgb(38,85,102); }
td.TdClassName
{
border-color: #265566;
}
.TagClassName
{
border-color: #265566;
}
</style>