Shades of Catalina Blue #24416D
Tints of Catalina Blue #24416D
RGB
CMYK
RGB Variations
Color information
#24416D (or 0x24416D) is known color: Catalina Blue. HEX triplet: 24, 41 and 6D. RGB value is (36,65,109). Sum of RGB (Red+Green+Blue) = 36+65+109=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #24416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24416D is #DBBE92. Grayscale: #3D3D3D. Windows color (decimal): -14401171 or 7160100. OLE color: 7160100.
HSL color Cylindrical-coordinate representation of color #24416D: hue angle of 216.16º 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 #24416D is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 65 | 109 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.57 |
| HSL | 216.16º | 0.5% | 0.28% | - |
| HSV(B) | 216.16º | 0.67% | 0.43% | - |
| XYZ | 5.38 | 5.26 | 15.2 | - |
| YUV | 61.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 109 | 0.67 | 0.40 | 0 | 0.57 | 216.16 | 0.5 | 0.28 |
| Hex | 24 | 41 | 6D | 43 | 28 | 0 | 39 | D8 | 32 | 1C |
| Octal | 44 | 101 | 155 | 103 | 50 | 0 | 71 | 330 | 62 | 34 |
| Binary | 100100 | 1000001 | 1101101 | 1000011 | 101000 | 0 | 111001 | 11011000 | 110010 | 11100 |
Color Harmonies of #24416D
Complementary color
Monochromatic Colors of #24416D
Black with #24416D
Text Example
Text Example
White with #24416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24416D; }
p { color: rgb(36,65,109); }
H1.HeaderClassName
{
color: #24416D;
}
.AnyTagClassName
{
color: #24416D;
}
</style>
background-color css
<style>
a { background-color: #24416D; }
a { background-color: rgb(36,65,109); }
div.DivClassName
{
background-color: #24416D;
}
.BgClassName
{
background-color: #24416D;
}
</style>
border-color css
<style>
span { border-color: #24416D; }
span { border-color: rgb(36,65,109); }
td.TdClassName
{
border-color: #24416D;
}
.TagClassName
{
border-color: #24416D;
}
</style>