Shades of Catalina Blue #243C60
Tints of Catalina Blue #243C60
RGB
CMYK
RGB Variations
Color information
#243C60 (or 0x243C60) is known color: Catalina Blue. HEX triplet: 24, 3C and 60. RGB value is (36,60,96). Sum of RGB (Red+Green+Blue) = 36+60+96=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #243C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C60 is #DBC39F. Grayscale: #383838. Windows color (decimal): -14402464 or 6306852. OLE color: 6306852.
HSL color Cylindrical-coordinate representation of color #243C60: hue angle of 216º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #243C60 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 60 | 96 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.62 |
| HSL | 216º | 0.45% | 0.26% | - |
| HSV(B) | 216º | 0.63% | 0.38% | - |
| XYZ | 4.45 | 4.45 | 11.69 | - |
| YUV | 56.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 96 | 0.62 | 0.38 | 0 | 0.62 | 216 | 0.45 | 0.26 |
| Hex | 24 | 3C | 60 | 3E | 26 | 0 | 3E | D8 | 2D | 1A |
| Octal | 44 | 74 | 140 | 76 | 46 | 0 | 76 | 330 | 55 | 32 |
| Binary | 100100 | 111100 | 1100000 | 111110 | 100110 | 0 | 111110 | 11011000 | 101101 | 11010 |
Color Harmonies of #243C60
Complementary color
Monochromatic Colors of #243C60
Black with #243C60
Text Example
Text Example
White with #243C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C60; }
p { color: rgb(36,60,96); }
H1.HeaderClassName
{
color: #243C60;
}
.AnyTagClassName
{
color: #243C60;
}
</style>
background-color css
<style>
a { background-color: #243C60; }
a { background-color: rgb(36,60,96); }
div.DivClassName
{
background-color: #243C60;
}
.BgClassName
{
background-color: #243C60;
}
</style>
border-color css
<style>
span { border-color: #243C60; }
span { border-color: rgb(36,60,96); }
td.TdClassName
{
border-color: #243C60;
}
.TagClassName
{
border-color: #243C60;
}
</style>