Shades of Catalina Blue #243E61
Tints of Catalina Blue #243E61
RGB
CMYK
RGB Variations
Color information
#243E61 (or 0x243E61) is known color: Catalina Blue. HEX triplet: 24, 3E and 61. RGB value is (36,62,97). Sum of RGB (Red+Green+Blue) = 36+62+97=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #243E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243E61 is #DBC19E. Grayscale: #3A3A3A. Windows color (decimal): -14401951 or 6372900. OLE color: 6372900.
HSL color Cylindrical-coordinate representation of color #243E61: hue angle of 214.43º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #243E61 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 62 | 97 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.62 |
| HSL | 214.43º | 0.46% | 0.26% | - |
| HSV(B) | 214.43º | 0.63% | 0.38% | - |
| XYZ | 4.61 | 4.68 | 11.97 | - |
| YUV | 58.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 97 | 0.63 | 0.36 | 0 | 0.62 | 214.43 | 0.46 | 0.26 |
| Hex | 24 | 3E | 61 | 3F | 24 | 0 | 3E | D6 | 2E | 1A |
| Octal | 44 | 76 | 141 | 77 | 44 | 0 | 76 | 326 | 56 | 32 |
| Binary | 100100 | 111110 | 1100001 | 111111 | 100100 | 0 | 111110 | 11010110 | 101110 | 11010 |
Color Harmonies of #243E61
Complementary color
Monochromatic Colors of #243E61
Black with #243E61
Text Example
Text Example
White with #243E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243E61; }
p { color: rgb(36,62,97); }
H1.HeaderClassName
{
color: #243E61;
}
.AnyTagClassName
{
color: #243E61;
}
</style>
background-color css
<style>
a { background-color: #243E61; }
a { background-color: rgb(36,62,97); }
div.DivClassName
{
background-color: #243E61;
}
.BgClassName
{
background-color: #243E61;
}
</style>
border-color css
<style>
span { border-color: #243E61; }
span { border-color: rgb(36,62,97); }
td.TdClassName
{
border-color: #243E61;
}
.TagClassName
{
border-color: #243E61;
}
</style>