Shades of Catalina Blue #243259
Tints of Catalina Blue #243259
RGB
CMYK
RGB Variations
Color information
#243259 (or 0x243259) is known color: Catalina Blue. HEX triplet: 24, 32 and 59. RGB value is (36,50,89). Sum of RGB (Red+Green+Blue) = 36+50+89=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #243259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243259 is #DBCDA6. Grayscale: #323232. Windows color (decimal): -14405031 or 5845540. OLE color: 5845540.
HSL color Cylindrical-coordinate representation of color #243259: hue angle of 224.15º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #243259 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 50 | 89 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.65 |
| HSL | 224.15º | 0.42% | 0.25% | - |
| HSV(B) | 224.15º | 0.6% | 0.35% | - |
| XYZ | 3.67 | 3.38 | 9.91 | - |
| YUV | 50.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 89 | 0.60 | 0.44 | 0 | 0.65 | 224.15 | 0.42 | 0.25 |
| Hex | 24 | 32 | 59 | 3C | 2C | 0 | 41 | E0 | 2A | 19 |
| Octal | 44 | 62 | 131 | 74 | 54 | 0 | 101 | 340 | 52 | 31 |
| Binary | 100100 | 110010 | 1011001 | 111100 | 101100 | 0 | 1000001 | 11100000 | 101010 | 11001 |
Color Harmonies of #243259
Complementary color
Monochromatic Colors of #243259
Black with #243259
Text Example
Text Example
White with #243259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243259; }
p { color: rgb(36,50,89); }
H1.HeaderClassName
{
color: #243259;
}
.AnyTagClassName
{
color: #243259;
}
</style>
background-color css
<style>
a { background-color: #243259; }
a { background-color: rgb(36,50,89); }
div.DivClassName
{
background-color: #243259;
}
.BgClassName
{
background-color: #243259;
}
</style>
border-color css
<style>
span { border-color: #243259; }
span { border-color: rgb(36,50,89); }
td.TdClassName
{
border-color: #243259;
}
.TagClassName
{
border-color: #243259;
}
</style>