Shades of Catalina Blue #243F68
Tints of Catalina Blue #243F68
RGB
CMYK
RGB Variations
Color information
#243F68 (or 0x243F68) is known color: Catalina Blue. HEX triplet: 24, 3F and 68. RGB value is (36,63,104). Sum of RGB (Red+Green+Blue) = 36+63+104=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #243F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F68 is #DBC097. Grayscale: #3B3B3B. Windows color (decimal): -14401688 or 6831908. OLE color: 6831908.
HSL color Cylindrical-coordinate representation of color #243F68: hue angle of 216.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #243F68 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 63 | 104 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.59 |
| HSL | 216.18º | 0.49% | 0.27% | - |
| HSV(B) | 216.18º | 0.65% | 0.41% | - |
| XYZ | 5 | 4.93 | 13.78 | - |
| YUV | 59.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 104 | 0.65 | 0.39 | 0 | 0.59 | 216.18 | 0.49 | 0.27 |
| Hex | 24 | 3F | 68 | 41 | 27 | 0 | 3B | D8 | 31 | 1B |
| Octal | 44 | 77 | 150 | 101 | 47 | 0 | 73 | 330 | 61 | 33 |
| Binary | 100100 | 111111 | 1101000 | 1000001 | 100111 | 0 | 111011 | 11011000 | 110001 | 11011 |
Color Harmonies of #243F68
Complementary color
Monochromatic Colors of #243F68
Black with #243F68
Text Example
Text Example
White with #243F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F68; }
p { color: rgb(36,63,104); }
H1.HeaderClassName
{
color: #243F68;
}
.AnyTagClassName
{
color: #243F68;
}
</style>
background-color css
<style>
a { background-color: #243F68; }
a { background-color: rgb(36,63,104); }
div.DivClassName
{
background-color: #243F68;
}
.BgClassName
{
background-color: #243F68;
}
</style>
border-color css
<style>
span { border-color: #243F68; }
span { border-color: rgb(36,63,104); }
td.TdClassName
{
border-color: #243F68;
}
.TagClassName
{
border-color: #243F68;
}
</style>