Shades of Catalina Blue #24466C
Tints of Catalina Blue #24466C
RGB
CMYK
RGB Variations
Color information
#24466C (or 0x24466C) is known color: Catalina Blue. HEX triplet: 24, 46 and 6C. RGB value is (36,70,108). Sum of RGB (Red+Green+Blue) = 36+70+108=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #24466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24466C is #DBB993. Grayscale: #3F3F3F. Windows color (decimal): -14399892 or 7095844. OLE color: 7095844.
HSL color Cylindrical-coordinate representation of color #24466C: hue angle of 211.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24466C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 70 | 108 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.58 |
| HSL | 211.67º | 0.5% | 0.28% | - |
| HSV(B) | 211.67º | 0.67% | 0.42% | - |
| XYZ | 5.62 | 5.84 | 15.02 | - |
| YUV | 64.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 108 | 0.67 | 0.35 | 0 | 0.58 | 211.67 | 0.5 | 0.28 |
| Hex | 24 | 46 | 6C | 43 | 23 | 0 | 3A | D4 | 32 | 1C |
| Octal | 44 | 106 | 154 | 103 | 43 | 0 | 72 | 324 | 62 | 34 |
| Binary | 100100 | 1000110 | 1101100 | 1000011 | 100011 | 0 | 111010 | 11010100 | 110010 | 11100 |
Color Harmonies of #24466C
Complementary color
Monochromatic Colors of #24466C
Black with #24466C
Text Example
Text Example
White with #24466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24466C; }
p { color: rgb(36,70,108); }
H1.HeaderClassName
{
color: #24466C;
}
.AnyTagClassName
{
color: #24466C;
}
</style>
background-color css
<style>
a { background-color: #24466C; }
a { background-color: rgb(36,70,108); }
div.DivClassName
{
background-color: #24466C;
}
.BgClassName
{
background-color: #24466C;
}
</style>
border-color css
<style>
span { border-color: #24466C; }
span { border-color: rgb(36,70,108); }
td.TdClassName
{
border-color: #24466C;
}
.TagClassName
{
border-color: #24466C;
}
</style>