Shades of Chathams Blue #245A68
Tints of Chathams Blue #245A68
RGB
CMYK
RGB Variations
Color information
#245A68 (or 0x245A68) is known color: Chathams Blue. HEX triplet: 24, 5A and 68. RGB value is (36,90,104). Sum of RGB (Red+Green+Blue) = 36+90+104=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #245A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A68 is #DBA597. Grayscale: #4B4B4B. Windows color (decimal): -14394776 or 6838820. OLE color: 6838820.
HSL color Cylindrical-coordinate representation of color #245A68: hue angle of 192.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245A68 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 90 | 104 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.59 |
| HSL | 192.35º | 0.49% | 0.27% | - |
| HSV(B) | 192.35º | 0.65% | 0.41% | - |
| XYZ | 6.88 | 8.69 | 14.41 | - |
| YUV | 75.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 104 | 0.65 | 0.13 | 0 | 0.59 | 192.35 | 0.49 | 0.27 |
| Hex | 24 | 5A | 68 | 41 | D | 0 | 3B | C0 | 31 | 1B |
| Octal | 44 | 132 | 150 | 101 | 15 | 0 | 73 | 300 | 61 | 33 |
| Binary | 100100 | 1011010 | 1101000 | 1000001 | 1101 | 0 | 111011 | 11000000 | 110001 | 11011 |
Color Harmonies of #245A68
Complementary color
Monochromatic Colors of #245A68
Black with #245A68
Text Example
Text Example
White with #245A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A68; }
p { color: rgb(36,90,104); }
H1.HeaderClassName
{
color: #245A68;
}
.AnyTagClassName
{
color: #245A68;
}
</style>
background-color css
<style>
a { background-color: #245A68; }
a { background-color: rgb(36,90,104); }
div.DivClassName
{
background-color: #245A68;
}
.BgClassName
{
background-color: #245A68;
}
</style>
border-color css
<style>
span { border-color: #245A68; }
span { border-color: rgb(36,90,104); }
td.TdClassName
{
border-color: #245A68;
}
.TagClassName
{
border-color: #245A68;
}
</style>