Shades of Catalina Blue #24355B
Tints of Catalina Blue #24355B
RGB
CMYK
RGB Variations
Color information
#24355B (or 0x24355B) is known color: Catalina Blue. HEX triplet: 24, 35 and 5B. RGB value is (36,53,91). Sum of RGB (Red+Green+Blue) = 36+53+91=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #24355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355B is #DBCAA4. Grayscale: #343434. Windows color (decimal): -14404261 or 5977380. OLE color: 5977380.
HSL color Cylindrical-coordinate representation of color #24355B: hue angle of 221.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24355B is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 53 | 91 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.64 |
| HSL | 221.45º | 0.43% | 0.25% | - |
| HSV(B) | 221.45º | 0.6% | 0.36% | - |
| XYZ | 3.89 | 3.68 | 10.4 | - |
| YUV | 52.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 91 | 0.60 | 0.42 | 0 | 0.64 | 221.45 | 0.43 | 0.25 |
| Hex | 24 | 35 | 5B | 3C | 2A | 0 | 40 | DD | 2B | 19 |
| Octal | 44 | 65 | 133 | 74 | 52 | 0 | 100 | 335 | 53 | 31 |
| Binary | 100100 | 110101 | 1011011 | 111100 | 101010 | 0 | 1000000 | 11011101 | 101011 | 11001 |
Color Harmonies of #24355B
Complementary color
Monochromatic Colors of #24355B
Black with #24355B
Text Example
Text Example
White with #24355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24355B; }
p { color: rgb(36,53,91); }
H1.HeaderClassName
{
color: #24355B;
}
.AnyTagClassName
{
color: #24355B;
}
</style>
background-color css
<style>
a { background-color: #24355B; }
a { background-color: rgb(36,53,91); }
div.DivClassName
{
background-color: #24355B;
}
.BgClassName
{
background-color: #24355B;
}
</style>
border-color css
<style>
span { border-color: #24355B; }
span { border-color: rgb(36,53,91); }
td.TdClassName
{
border-color: #24355B;
}
.TagClassName
{
border-color: #24355B;
}
</style>