Shades of Catalina Blue #24466D
Tints of Catalina Blue #24466D
RGB
CMYK
RGB Variations
Color information
#24466D (or 0x24466D) is known color: Catalina Blue. HEX triplet: 24, 46 and 6D. RGB value is (36,70,109). Sum of RGB (Red+Green+Blue) = 36+70+109=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #24466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24466D is #DBB992. Grayscale: #404040. Windows color (decimal): -14399891 or 7161380. OLE color: 7161380.
HSL color Cylindrical-coordinate representation of color #24466D: hue angle of 212.05º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24466D is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 70 | 109 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.57 |
| HSL | 212.05º | 0.5% | 0.28% | - |
| HSV(B) | 212.05º | 0.67% | 0.43% | - |
| XYZ | 5.68 | 5.86 | 15.3 | - |
| YUV | 64.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 109 | 0.67 | 0.36 | 0 | 0.57 | 212.05 | 0.5 | 0.28 |
| Hex | 24 | 46 | 6D | 43 | 24 | 0 | 39 | D4 | 32 | 1C |
| Octal | 44 | 106 | 155 | 103 | 44 | 0 | 71 | 324 | 62 | 34 |
| Binary | 100100 | 1000110 | 1101101 | 1000011 | 100100 | 0 | 111001 | 11010100 | 110010 | 11100 |
Color Harmonies of #24466D
Complementary color
Monochromatic Colors of #24466D
Black with #24466D
Text Example
Text Example
White with #24466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24466D; }
p { color: rgb(36,70,109); }
H1.HeaderClassName
{
color: #24466D;
}
.AnyTagClassName
{
color: #24466D;
}
</style>
background-color css
<style>
a { background-color: #24466D; }
a { background-color: rgb(36,70,109); }
div.DivClassName
{
background-color: #24466D;
}
.BgClassName
{
background-color: #24466D;
}
</style>
border-color css
<style>
span { border-color: #24466D; }
span { border-color: rgb(36,70,109); }
td.TdClassName
{
border-color: #24466D;
}
.TagClassName
{
border-color: #24466D;
}
</style>