Shades of Catalina Blue #243666
Tints of Catalina Blue #243666
RGB
CMYK
RGB Variations
Color information
#243666 (or 0x243666) is known color: Catalina Blue. HEX triplet: 24, 36 and 66. RGB value is (36,54,102). Sum of RGB (Red+Green+Blue) = 36+54+102=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #243666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243666 is #DBC999. Grayscale: #353535. Windows color (decimal): -14403994 or 6698532. OLE color: 6698532.
HSL color Cylindrical-coordinate representation of color #243666: hue angle of 223.64º 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 #243666 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 54 | 102 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.6 |
| HSL | 223.64º | 0.48% | 0.27% | - |
| HSV(B) | 223.64º | 0.65% | 0.4% | - |
| XYZ | 4.44 | 3.97 | 13.1 | - |
| YUV | 54.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 102 | 0.65 | 0.47 | 0 | 0.6 | 223.64 | 0.48 | 0.27 |
| Hex | 24 | 36 | 66 | 41 | 2F | 0 | 3C | E0 | 30 | 1B |
| Octal | 44 | 66 | 146 | 101 | 57 | 0 | 74 | 340 | 60 | 33 |
| Binary | 100100 | 110110 | 1100110 | 1000001 | 101111 | 0 | 111100 | 11100000 | 110000 | 11011 |
Color Harmonies of #243666
Complementary color
Monochromatic Colors of #243666
Black with #243666
Text Example
Text Example
White with #243666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243666; }
p { color: rgb(36,54,102); }
H1.HeaderClassName
{
color: #243666;
}
.AnyTagClassName
{
color: #243666;
}
</style>
background-color css
<style>
a { background-color: #243666; }
a { background-color: rgb(36,54,102); }
div.DivClassName
{
background-color: #243666;
}
.BgClassName
{
background-color: #243666;
}
</style>
border-color css
<style>
span { border-color: #243666; }
span { border-color: rgb(36,54,102); }
td.TdClassName
{
border-color: #243666;
}
.TagClassName
{
border-color: #243666;
}
</style>