Shades of Chathams Blue #245C69
Tints of Chathams Blue #245C69
RGB
CMYK
RGB Variations
Color information
#245C69 (or 0x245C69) is known color: Chathams Blue. HEX triplet: 24, 5C and 69. RGB value is (36,92,105). Sum of RGB (Red+Green+Blue) = 36+92+105=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #245C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C69 is #DBA396. Grayscale: #4C4C4C. Windows color (decimal): -14394263 or 6904868. OLE color: 6904868.
HSL color Cylindrical-coordinate representation of color #245C69: hue angle of 191.3º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245C69 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 92 | 105 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.59 |
| HSL | 191.3º | 0.49% | 0.28% | - |
| HSV(B) | 191.3º | 0.66% | 0.41% | - |
| XYZ | 7.1 | 9.05 | 14.74 | - |
| YUV | 76.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 105 | 0.66 | 0.12 | 0 | 0.59 | 191.3 | 0.49 | 0.28 |
| Hex | 24 | 5C | 69 | 42 | C | 0 | 3B | BF | 31 | 1C |
| Octal | 44 | 134 | 151 | 102 | 14 | 0 | 73 | 277 | 61 | 34 |
| Binary | 100100 | 1011100 | 1101001 | 1000010 | 1100 | 0 | 111011 | 10111111 | 110001 | 11100 |
Color Harmonies of #245C69
Complementary color
Monochromatic Colors of #245C69
Black with #245C69
Text Example
Text Example
White with #245C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C69; }
p { color: rgb(36,92,105); }
H1.HeaderClassName
{
color: #245C69;
}
.AnyTagClassName
{
color: #245C69;
}
</style>
background-color css
<style>
a { background-color: #245C69; }
a { background-color: rgb(36,92,105); }
div.DivClassName
{
background-color: #245C69;
}
.BgClassName
{
background-color: #245C69;
}
</style>
border-color css
<style>
span { border-color: #245C69; }
span { border-color: rgb(36,92,105); }
td.TdClassName
{
border-color: #245C69;
}
.TagClassName
{
border-color: #245C69;
}
</style>