Shades of Catalina Blue #293D59
Tints of Catalina Blue #293D59
RGB
CMYK
RGB Variations
Color information
#293D59 (or 0x293D59) is known color: Catalina Blue. HEX triplet: 29, 3D and 59. RGB value is (41,61,89). Sum of RGB (Red+Green+Blue) = 41+61+89=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #293D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D59 is #D6C2A6. Grayscale: #3A3A3A. Windows color (decimal): -14074535 or 5848361. OLE color: 5848361.
HSL color Cylindrical-coordinate representation of color #293D59: hue angle of 215º 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 #293D59 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 61 | 89 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.65 |
| HSL | 215º | 0.37% | 0.25% | - |
| HSV(B) | 215º | 0.54% | 0.35% | - |
| XYZ | 4.39 | 4.53 | 10.09 | - |
| YUV | 58.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 89 | 0.54 | 0.31 | 0 | 0.65 | 215 | 0.37 | 0.25 |
| Hex | 29 | 3D | 59 | 36 | 1F | 0 | 41 | D7 | 25 | 19 |
| Octal | 51 | 75 | 131 | 66 | 37 | 0 | 101 | 327 | 45 | 31 |
| Binary | 101001 | 111101 | 1011001 | 110110 | 11111 | 0 | 1000001 | 11010111 | 100101 | 11001 |
Color Harmonies of #293D59
Complementary color
Monochromatic Colors of #293D59
Black with #293D59
Text Example
Text Example
White with #293D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D59; }
p { color: rgb(41,61,89); }
H1.HeaderClassName
{
color: #293D59;
}
.AnyTagClassName
{
color: #293D59;
}
</style>
background-color css
<style>
a { background-color: #293D59; }
a { background-color: rgb(41,61,89); }
div.DivClassName
{
background-color: #293D59;
}
.BgClassName
{
background-color: #293D59;
}
</style>
border-color css
<style>
span { border-color: #293D59; }
span { border-color: rgb(41,61,89); }
td.TdClassName
{
border-color: #293D59;
}
.TagClassName
{
border-color: #293D59;
}
</style>