Shades of Catalina Blue #293E59
Tints of Catalina Blue #293E59
RGB
CMYK
RGB Variations
Color information
#293E59 (or 0x293E59) is known color: Catalina Blue. HEX triplet: 29, 3E and 59. RGB value is (41,62,89). Sum of RGB (Red+Green+Blue) = 41+62+89=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #293E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E59 is #D6C1A6. Grayscale: #3A3A3A. Windows color (decimal): -14074279 or 5848617. OLE color: 5848617.
HSL color Cylindrical-coordinate representation of color #293E59: hue angle of 213.75º 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 #293E59 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 62 | 89 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.65 |
| HSL | 213.75º | 0.37% | 0.25% | - |
| HSV(B) | 213.75º | 0.54% | 0.35% | - |
| XYZ | 4.44 | 4.64 | 10.11 | - |
| YUV | 58.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 89 | 0.54 | 0.30 | 0 | 0.65 | 213.75 | 0.37 | 0.25 |
| Hex | 29 | 3E | 59 | 36 | 1E | 0 | 41 | D6 | 25 | 19 |
| Octal | 51 | 76 | 131 | 66 | 36 | 0 | 101 | 326 | 45 | 31 |
| Binary | 101001 | 111110 | 1011001 | 110110 | 11110 | 0 | 1000001 | 11010110 | 100101 | 11001 |
Color Harmonies of #293E59
Complementary color
Monochromatic Colors of #293E59
Black with #293E59
Text Example
Text Example
White with #293E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E59; }
p { color: rgb(41,62,89); }
H1.HeaderClassName
{
color: #293E59;
}
.AnyTagClassName
{
color: #293E59;
}
</style>
background-color css
<style>
a { background-color: #293E59; }
a { background-color: rgb(41,62,89); }
div.DivClassName
{
background-color: #293E59;
}
.BgClassName
{
background-color: #293E59;
}
</style>
border-color css
<style>
span { border-color: #293E59; }
span { border-color: rgb(41,62,89); }
td.TdClassName
{
border-color: #293E59;
}
.TagClassName
{
border-color: #293E59;
}
</style>