Shades of Catalina Blue #24416B
Tints of Catalina Blue #24416B
RGB
CMYK
RGB Variations
Color information
#24416B (or 0x24416B) is known color: Catalina Blue. HEX triplet: 24, 41 and 6B. RGB value is (36,65,107). Sum of RGB (Red+Green+Blue) = 36+65+107=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #24416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24416B is #DBBE94. Grayscale: #3C3C3C. Windows color (decimal): -14401173 or 7029028. OLE color: 7029028.
HSL color Cylindrical-coordinate representation of color #24416B: hue angle of 215.49º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24416B is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 65 | 107 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.58 |
| HSL | 215.49º | 0.5% | 0.28% | - |
| HSV(B) | 215.49º | 0.66% | 0.42% | - |
| XYZ | 5.27 | 5.22 | 14.64 | - |
| YUV | 61.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 107 | 0.66 | 0.39 | 0 | 0.58 | 215.49 | 0.5 | 0.28 |
| Hex | 24 | 41 | 6B | 42 | 27 | 0 | 3A | D7 | 32 | 1C |
| Octal | 44 | 101 | 153 | 102 | 47 | 0 | 72 | 327 | 62 | 34 |
| Binary | 100100 | 1000001 | 1101011 | 1000010 | 100111 | 0 | 111010 | 11010111 | 110010 | 11100 |
Color Harmonies of #24416B
Complementary color
Monochromatic Colors of #24416B
Black with #24416B
Text Example
Text Example
White with #24416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24416B; }
p { color: rgb(36,65,107); }
H1.HeaderClassName
{
color: #24416B;
}
.AnyTagClassName
{
color: #24416B;
}
</style>
background-color css
<style>
a { background-color: #24416B; }
a { background-color: rgb(36,65,107); }
div.DivClassName
{
background-color: #24416B;
}
.BgClassName
{
background-color: #24416B;
}
</style>
border-color css
<style>
span { border-color: #24416B; }
span { border-color: rgb(36,65,107); }
td.TdClassName
{
border-color: #24416B;
}
.TagClassName
{
border-color: #24416B;
}
</style>