Shades of Catalina Blue #293B59
Tints of Catalina Blue #293B59
RGB
CMYK
RGB Variations
Color information
#293B59 (or 0x293B59) is known color: Catalina Blue. HEX triplet: 29, 3B and 59. RGB value is (41,59,89). Sum of RGB (Red+Green+Blue) = 41+59+89=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #293B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B59 is #D6C4A6. Grayscale: #383838. Windows color (decimal): -14075047 or 5847849. OLE color: 5847849.
HSL color Cylindrical-coordinate representation of color #293B59: hue angle of 217.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293B59 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 59 | 89 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.65 |
| HSL | 217.5º | 0.37% | 0.25% | - |
| HSV(B) | 217.5º | 0.54% | 0.35% | - |
| XYZ | 4.28 | 4.32 | 10.06 | - |
| YUV | 57.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 89 | 0.54 | 0.34 | 0 | 0.65 | 217.5 | 0.37 | 0.25 |
| Hex | 29 | 3B | 59 | 36 | 22 | 0 | 41 | DA | 25 | 19 |
| Octal | 51 | 73 | 131 | 66 | 42 | 0 | 101 | 332 | 45 | 31 |
| Binary | 101001 | 111011 | 1011001 | 110110 | 100010 | 0 | 1000001 | 11011010 | 100101 | 11001 |
Color Harmonies of #293B59
Complementary color
Monochromatic Colors of #293B59
Black with #293B59
Text Example
Text Example
White with #293B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B59; }
p { color: rgb(41,59,89); }
H1.HeaderClassName
{
color: #293B59;
}
.AnyTagClassName
{
color: #293B59;
}
</style>
background-color css
<style>
a { background-color: #293B59; }
a { background-color: rgb(41,59,89); }
div.DivClassName
{
background-color: #293B59;
}
.BgClassName
{
background-color: #293B59;
}
</style>
border-color css
<style>
span { border-color: #293B59; }
span { border-color: rgb(41,59,89); }
td.TdClassName
{
border-color: #293B59;
}
.TagClassName
{
border-color: #293B59;
}
</style>