Shades of Catalina Blue #293F59
Tints of Catalina Blue #293F59
RGB
CMYK
RGB Variations
Color information
#293F59 (or 0x293F59) is known color: Catalina Blue. HEX triplet: 29, 3F and 59. RGB value is (41,63,89). Sum of RGB (Red+Green+Blue) = 41+63+89=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #293F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F59 is #D6C0A6. Grayscale: #3B3B3B. Windows color (decimal): -14074023 or 5848873. OLE color: 5848873.
HSL color Cylindrical-coordinate representation of color #293F59: hue angle of 212.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 #293F59 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 63 | 89 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.65 |
| HSL | 212.5º | 0.37% | 0.25% | - |
| HSV(B) | 212.5º | 0.54% | 0.35% | - |
| XYZ | 4.5 | 4.75 | 10.13 | - |
| YUV | 59.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 89 | 0.54 | 0.29 | 0 | 0.65 | 212.5 | 0.37 | 0.25 |
| Hex | 29 | 3F | 59 | 36 | 1D | 0 | 41 | D4 | 25 | 19 |
| Octal | 51 | 77 | 131 | 66 | 35 | 0 | 101 | 324 | 45 | 31 |
| Binary | 101001 | 111111 | 1011001 | 110110 | 11101 | 0 | 1000001 | 11010100 | 100101 | 11001 |
Color Harmonies of #293F59
Complementary color
Monochromatic Colors of #293F59
Black with #293F59
Text Example
Text Example
White with #293F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F59; }
p { color: rgb(41,63,89); }
H1.HeaderClassName
{
color: #293F59;
}
.AnyTagClassName
{
color: #293F59;
}
</style>
background-color css
<style>
a { background-color: #293F59; }
a { background-color: rgb(41,63,89); }
div.DivClassName
{
background-color: #293F59;
}
.BgClassName
{
background-color: #293F59;
}
</style>
border-color css
<style>
span { border-color: #293F59; }
span { border-color: rgb(41,63,89); }
td.TdClassName
{
border-color: #293F59;
}
.TagClassName
{
border-color: #293F59;
}
</style>