Shades of Catalina Blue #243C66
Tints of Catalina Blue #243C66
RGB
CMYK
RGB Variations
Color information
#243C66 (or 0x243C66) is known color: Catalina Blue. HEX triplet: 24, 3C and 66. RGB value is (36,60,102). Sum of RGB (Red+Green+Blue) = 36+60+102=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #243C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C66 is #DBC399. Grayscale: #393939. Windows color (decimal): -14402458 or 6700068. OLE color: 6700068.
HSL color Cylindrical-coordinate representation of color #243C66: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #243C66 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 60 | 102 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.6 |
| HSL | 218.18º | 0.48% | 0.27% | - |
| HSV(B) | 218.18º | 0.65% | 0.4% | - |
| XYZ | 4.74 | 4.57 | 13.2 | - |
| YUV | 57.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 102 | 0.65 | 0.41 | 0 | 0.6 | 218.18 | 0.48 | 0.27 |
| Hex | 24 | 3C | 66 | 41 | 29 | 0 | 3C | DA | 30 | 1B |
| Octal | 44 | 74 | 146 | 101 | 51 | 0 | 74 | 332 | 60 | 33 |
| Binary | 100100 | 111100 | 1100110 | 1000001 | 101001 | 0 | 111100 | 11011010 | 110000 | 11011 |
Color Harmonies of #243C66
Complementary color
Monochromatic Colors of #243C66
Black with #243C66
Text Example
Text Example
White with #243C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C66; }
p { color: rgb(36,60,102); }
H1.HeaderClassName
{
color: #243C66;
}
.AnyTagClassName
{
color: #243C66;
}
</style>
background-color css
<style>
a { background-color: #243C66; }
a { background-color: rgb(36,60,102); }
div.DivClassName
{
background-color: #243C66;
}
.BgClassName
{
background-color: #243C66;
}
</style>
border-color css
<style>
span { border-color: #243C66; }
span { border-color: rgb(36,60,102); }
td.TdClassName
{
border-color: #243C66;
}
.TagClassName
{
border-color: #243C66;
}
</style>