Shades of Catalina Blue #243558
Tints of Catalina Blue #243558
RGB
CMYK
RGB Variations
Color information
#243558 (or 0x243558) is known color: Catalina Blue. HEX triplet: 24, 35 and 58. RGB value is (36,53,88). Sum of RGB (Red+Green+Blue) = 36+53+88=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #243558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243558 is #DBCAA7. Grayscale: #333333. Windows color (decimal): -14404264 or 5780772. OLE color: 5780772.
HSL color Cylindrical-coordinate representation of color #243558: hue angle of 220.38º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #243558 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 53 | 88 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.65 |
| HSL | 220.38º | 0.42% | 0.24% | - |
| HSV(B) | 220.38º | 0.59% | 0.35% | - |
| XYZ | 3.76 | 3.63 | 9.73 | - |
| YUV | 51.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 88 | 0.59 | 0.40 | 0 | 0.65 | 220.38 | 0.42 | 0.24 |
| Hex | 24 | 35 | 58 | 3B | 28 | 0 | 41 | DC | 2A | 18 |
| Octal | 44 | 65 | 130 | 73 | 50 | 0 | 101 | 334 | 52 | 30 |
| Binary | 100100 | 110101 | 1011000 | 111011 | 101000 | 0 | 1000001 | 11011100 | 101010 | 11000 |
Color Harmonies of #243558
Complementary color
Monochromatic Colors of #243558
Black with #243558
Text Example
Text Example
White with #243558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243558; }
p { color: rgb(36,53,88); }
H1.HeaderClassName
{
color: #243558;
}
.AnyTagClassName
{
color: #243558;
}
</style>
background-color css
<style>
a { background-color: #243558; }
a { background-color: rgb(36,53,88); }
div.DivClassName
{
background-color: #243558;
}
.BgClassName
{
background-color: #243558;
}
</style>
border-color css
<style>
span { border-color: #243558; }
span { border-color: rgb(36,53,88); }
td.TdClassName
{
border-color: #243558;
}
.TagClassName
{
border-color: #243558;
}
</style>