Shades of Catalina Blue #293C59
Tints of Catalina Blue #293C59
RGB
CMYK
RGB Variations
Color information
#293C59 (or 0x293C59) is known color: Catalina Blue. HEX triplet: 29, 3C and 59. RGB value is (41,60,89). Sum of RGB (Red+Green+Blue) = 41+60+89=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #293C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C59 is #D6C3A6. Grayscale: #393939. Windows color (decimal): -14074791 or 5848105. OLE color: 5848105.
HSL color Cylindrical-coordinate representation of color #293C59: hue angle of 216.25º 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 #293C59 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 60 | 89 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.65 |
| HSL | 216.25º | 0.37% | 0.25% | - |
| HSV(B) | 216.25º | 0.54% | 0.35% | - |
| XYZ | 4.33 | 4.42 | 10.08 | - |
| YUV | 57.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 89 | 0.54 | 0.33 | 0 | 0.65 | 216.25 | 0.37 | 0.25 |
| Hex | 29 | 3C | 59 | 36 | 21 | 0 | 41 | D8 | 25 | 19 |
| Octal | 51 | 74 | 131 | 66 | 41 | 0 | 101 | 330 | 45 | 31 |
| Binary | 101001 | 111100 | 1011001 | 110110 | 100001 | 0 | 1000001 | 11011000 | 100101 | 11001 |
Color Harmonies of #293C59
Complementary color
Monochromatic Colors of #293C59
Black with #293C59
Text Example
Text Example
White with #293C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C59; }
p { color: rgb(41,60,89); }
H1.HeaderClassName
{
color: #293C59;
}
.AnyTagClassName
{
color: #293C59;
}
</style>
background-color css
<style>
a { background-color: #293C59; }
a { background-color: rgb(41,60,89); }
div.DivClassName
{
background-color: #293C59;
}
.BgClassName
{
background-color: #293C59;
}
</style>
border-color css
<style>
span { border-color: #293C59; }
span { border-color: rgb(41,60,89); }
td.TdClassName
{
border-color: #293C59;
}
.TagClassName
{
border-color: #293C59;
}
</style>