Shades of Catalina Blue #24436D
Tints of Catalina Blue #24436D
RGB
CMYK
RGB Variations
Color information
#24436D (or 0x24436D) is known color: Catalina Blue. HEX triplet: 24, 43 and 6D. RGB value is (36,67,109). Sum of RGB (Red+Green+Blue) = 36+67+109=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #24436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24436D is #DBBC92. Grayscale: #3E3E3E. Windows color (decimal): -14400659 or 7160612. OLE color: 7160612.
HSL color Cylindrical-coordinate representation of color #24436D: hue angle of 214.52º 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 #24436D is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 67 | 109 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.57 |
| HSL | 214.52º | 0.5% | 0.28% | - |
| HSV(B) | 214.52º | 0.67% | 0.43% | - |
| XYZ | 5.5 | 5.49 | 15.24 | - |
| YUV | 62.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 109 | 0.67 | 0.39 | 0 | 0.57 | 214.52 | 0.5 | 0.28 |
| Hex | 24 | 43 | 6D | 43 | 27 | 0 | 39 | D7 | 32 | 1C |
| Octal | 44 | 103 | 155 | 103 | 47 | 0 | 71 | 327 | 62 | 34 |
| Binary | 100100 | 1000011 | 1101101 | 1000011 | 100111 | 0 | 111001 | 11010111 | 110010 | 11100 |
Color Harmonies of #24436D
Complementary color
Monochromatic Colors of #24436D
Black with #24436D
Text Example
Text Example
White with #24436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24436D; }
p { color: rgb(36,67,109); }
H1.HeaderClassName
{
color: #24436D;
}
.AnyTagClassName
{
color: #24436D;
}
</style>
background-color css
<style>
a { background-color: #24436D; }
a { background-color: rgb(36,67,109); }
div.DivClassName
{
background-color: #24436D;
}
.BgClassName
{
background-color: #24436D;
}
</style>
border-color css
<style>
span { border-color: #24436D; }
span { border-color: rgb(36,67,109); }
td.TdClassName
{
border-color: #24436D;
}
.TagClassName
{
border-color: #24436D;
}
</style>