Shades of Chathams Blue #265A63
Tints of Chathams Blue #265A63
RGB
CMYK
RGB Variations
Color information
#265A63 (or 0x265A63) is known color: Chathams Blue. HEX triplet: 26, 5A and 63. RGB value is (38,90,99). Sum of RGB (Red+Green+Blue) = 38+90+99=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #265A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A63 is #D9A59C. Grayscale: #4B4B4B. Windows color (decimal): -14263709 or 6511142. OLE color: 6511142.
HSL color Cylindrical-coordinate representation of color #265A63: hue angle of 188.85º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265A63 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 90 | 99 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.61 |
| HSL | 188.85º | 0.45% | 0.27% | - |
| HSV(B) | 188.85º | 0.62% | 0.39% | - |
| XYZ | 6.71 | 8.63 | 13.12 | - |
| YUV | 75.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 99 | 0.62 | 0.09 | 0 | 0.61 | 188.85 | 0.45 | 0.27 |
| Hex | 26 | 5A | 63 | 3E | 9 | 0 | 3D | BD | 2D | 1B |
| Octal | 46 | 132 | 143 | 76 | 11 | 0 | 75 | 275 | 55 | 33 |
| Binary | 100110 | 1011010 | 1100011 | 111110 | 1001 | 0 | 111101 | 10111101 | 101101 | 11011 |
Color Harmonies of #265A63
Complementary color
Monochromatic Colors of #265A63
Black with #265A63
Text Example
Text Example
White with #265A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A63; }
p { color: rgb(38,90,99); }
H1.HeaderClassName
{
color: #265A63;
}
.AnyTagClassName
{
color: #265A63;
}
</style>
background-color css
<style>
a { background-color: #265A63; }
a { background-color: rgb(38,90,99); }
div.DivClassName
{
background-color: #265A63;
}
.BgClassName
{
background-color: #265A63;
}
</style>
border-color css
<style>
span { border-color: #265A63; }
span { border-color: rgb(38,90,99); }
td.TdClassName
{
border-color: #265A63;
}
.TagClassName
{
border-color: #265A63;
}
</style>