Shades of Catalina Blue #243E66
Tints of Catalina Blue #243E66
RGB
CMYK
RGB Variations
Color information
#243E66 (or 0x243E66) is known color: Catalina Blue. HEX triplet: 24, 3E and 66. RGB value is (36,62,102). Sum of RGB (Red+Green+Blue) = 36+62+102=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #243E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243E66 is #DBC199. Grayscale: #3A3A3A. Windows color (decimal): -14401946 or 6700580. OLE color: 6700580.
HSL color Cylindrical-coordinate representation of color #243E66: hue angle of 216.36º 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 #243E66 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 62 | 102 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.6 |
| HSL | 216.36º | 0.48% | 0.27% | - |
| HSV(B) | 216.36º | 0.65% | 0.4% | - |
| XYZ | 4.85 | 4.78 | 13.24 | - |
| YUV | 58.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 102 | 0.65 | 0.39 | 0 | 0.6 | 216.36 | 0.48 | 0.27 |
| Hex | 24 | 3E | 66 | 41 | 27 | 0 | 3C | D8 | 30 | 1B |
| Octal | 44 | 76 | 146 | 101 | 47 | 0 | 74 | 330 | 60 | 33 |
| Binary | 100100 | 111110 | 1100110 | 1000001 | 100111 | 0 | 111100 | 11011000 | 110000 | 11011 |
Color Harmonies of #243E66
Complementary color
Monochromatic Colors of #243E66
Black with #243E66
Text Example
Text Example
White with #243E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243E66; }
p { color: rgb(36,62,102); }
H1.HeaderClassName
{
color: #243E66;
}
.AnyTagClassName
{
color: #243E66;
}
</style>
background-color css
<style>
a { background-color: #243E66; }
a { background-color: rgb(36,62,102); }
div.DivClassName
{
background-color: #243E66;
}
.BgClassName
{
background-color: #243E66;
}
</style>
border-color css
<style>
span { border-color: #243E66; }
span { border-color: rgb(36,62,102); }
td.TdClassName
{
border-color: #243E66;
}
.TagClassName
{
border-color: #243E66;
}
</style>