Shades of Chathams Blue #245B65
Tints of Chathams Blue #245B65
RGB
CMYK
RGB Variations
Color information
#245B65 (or 0x245B65) is known color: Chathams Blue. HEX triplet: 24, 5B and 65. RGB value is (36,91,101). Sum of RGB (Red+Green+Blue) = 36+91+101=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #245B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B65 is #DBA49A. Grayscale: #4B4B4B. Windows color (decimal): -14394523 or 6642468. OLE color: 6642468.
HSL color Cylindrical-coordinate representation of color #245B65: hue angle of 189.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245B65 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 91 | 101 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.60 |
| HSL | 189.23º | 0.47% | 0.27% | - |
| HSV(B) | 189.23º | 0.64% | 0.4% | - |
| XYZ | 6.82 | 8.8 | 13.65 | - |
| YUV | 75.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 101 | 0.64 | 0.10 | 0 | 0.60 | 189.23 | 0.47 | 0.27 |
| Hex | 24 | 5B | 65 | 40 | A | 0 | 3C | BD | 2F | 1B |
| Octal | 44 | 133 | 145 | 100 | 12 | 0 | 74 | 275 | 57 | 33 |
| Binary | 100100 | 1011011 | 1100101 | 1000000 | 1010 | 0 | 111100 | 10111101 | 101111 | 11011 |
Color Harmonies of #245B65
Complementary color
Monochromatic Colors of #245B65
Black with #245B65
Text Example
Text Example
White with #245B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B65; }
p { color: rgb(36,91,101); }
H1.HeaderClassName
{
color: #245B65;
}
.AnyTagClassName
{
color: #245B65;
}
</style>
background-color css
<style>
a { background-color: #245B65; }
a { background-color: rgb(36,91,101); }
div.DivClassName
{
background-color: #245B65;
}
.BgClassName
{
background-color: #245B65;
}
</style>
border-color css
<style>
span { border-color: #245B65; }
span { border-color: rgb(36,91,101); }
td.TdClassName
{
border-color: #245B65;
}
.TagClassName
{
border-color: #245B65;
}
</style>