Shades of Catalina Blue #243C68
Tints of Catalina Blue #243C68
RGB
CMYK
RGB Variations
Color information
#243C68 (or 0x243C68) is known color: Catalina Blue. HEX triplet: 24, 3C and 68. RGB value is (36,60,104). Sum of RGB (Red+Green+Blue) = 36+60+104=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #243C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C68 is #DBC397. Grayscale: #393939. Windows color (decimal): -14402456 or 6831140. OLE color: 6831140.
HSL color Cylindrical-coordinate representation of color #243C68: hue angle of 218.82º 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 #243C68 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 60 | 104 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.59 |
| HSL | 218.82º | 0.49% | 0.27% | - |
| HSV(B) | 218.82º | 0.65% | 0.41% | - |
| XYZ | 4.84 | 4.61 | 13.73 | - |
| YUV | 57.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 104 | 0.65 | 0.42 | 0 | 0.59 | 218.82 | 0.49 | 0.27 |
| Hex | 24 | 3C | 68 | 41 | 2A | 0 | 3B | DB | 31 | 1B |
| Octal | 44 | 74 | 150 | 101 | 52 | 0 | 73 | 333 | 61 | 33 |
| Binary | 100100 | 111100 | 1101000 | 1000001 | 101010 | 0 | 111011 | 11011011 | 110001 | 11011 |
Color Harmonies of #243C68
Complementary color
Monochromatic Colors of #243C68
Black with #243C68
Text Example
Text Example
White with #243C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C68; }
p { color: rgb(36,60,104); }
H1.HeaderClassName
{
color: #243C68;
}
.AnyTagClassName
{
color: #243C68;
}
</style>
background-color css
<style>
a { background-color: #243C68; }
a { background-color: rgb(36,60,104); }
div.DivClassName
{
background-color: #243C68;
}
.BgClassName
{
background-color: #243C68;
}
</style>
border-color css
<style>
span { border-color: #243C68; }
span { border-color: rgb(36,60,104); }
td.TdClassName
{
border-color: #243C68;
}
.TagClassName
{
border-color: #243C68;
}
</style>