Shades of Catalina Blue #243C65
Tints of Catalina Blue #243C65
RGB
CMYK
RGB Variations
Color information
#243C65 (or 0x243C65) is known color: Catalina Blue. HEX triplet: 24, 3C and 65. RGB value is (36,60,101). Sum of RGB (Red+Green+Blue) = 36+60+101=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #243C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C65 is #DBC39A. Grayscale: #393939. Windows color (decimal): -14402459 or 6634532. OLE color: 6634532.
HSL color Cylindrical-coordinate representation of color #243C65: hue angle of 217.85º 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 #243C65 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 60 | 101 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.60 |
| HSL | 217.85º | 0.47% | 0.27% | - |
| HSV(B) | 217.85º | 0.64% | 0.4% | - |
| XYZ | 4.69 | 4.55 | 12.94 | - |
| YUV | 57.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 101 | 0.64 | 0.41 | 0 | 0.60 | 217.85 | 0.47 | 0.27 |
| Hex | 24 | 3C | 65 | 40 | 29 | 0 | 3C | DA | 2F | 1B |
| Octal | 44 | 74 | 145 | 100 | 51 | 0 | 74 | 332 | 57 | 33 |
| Binary | 100100 | 111100 | 1100101 | 1000000 | 101001 | 0 | 111100 | 11011010 | 101111 | 11011 |
Color Harmonies of #243C65
Complementary color
Monochromatic Colors of #243C65
Black with #243C65
Text Example
Text Example
White with #243C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C65; }
p { color: rgb(36,60,101); }
H1.HeaderClassName
{
color: #243C65;
}
.AnyTagClassName
{
color: #243C65;
}
</style>
background-color css
<style>
a { background-color: #243C65; }
a { background-color: rgb(36,60,101); }
div.DivClassName
{
background-color: #243C65;
}
.BgClassName
{
background-color: #243C65;
}
</style>
border-color css
<style>
span { border-color: #243C65; }
span { border-color: rgb(36,60,101); }
td.TdClassName
{
border-color: #243C65;
}
.TagClassName
{
border-color: #243C65;
}
</style>