Shades of Catalina Blue #294666
Tints of Catalina Blue #294666
RGB
CMYK
RGB Variations
Color information
#294666 (or 0x294666) is known color: Catalina Blue. HEX triplet: 29, 46 and 66. RGB value is (41,70,102). Sum of RGB (Red+Green+Blue) = 41+70+102=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #294666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294666 is #D6B999. Grayscale: #404040. Windows color (decimal): -14072218 or 6702633. OLE color: 6702633.
HSL color Cylindrical-coordinate representation of color #294666: hue angle of 211.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #294666 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 70 | 102 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.6 |
| HSL | 211.48º | 0.43% | 0.28% | - |
| HSV(B) | 211.48º | 0.6% | 0.4% | - |
| XYZ | 5.5 | 5.81 | 13.4 | - |
| YUV | 64.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 102 | 0.60 | 0.31 | 0 | 0.6 | 211.48 | 0.43 | 0.28 |
| Hex | 29 | 46 | 66 | 3C | 1F | 0 | 3C | D3 | 2B | 1C |
| Octal | 51 | 106 | 146 | 74 | 37 | 0 | 74 | 323 | 53 | 34 |
| Binary | 101001 | 1000110 | 1100110 | 111100 | 11111 | 0 | 111100 | 11010011 | 101011 | 11100 |
Color Harmonies of #294666
Complementary color
Monochromatic Colors of #294666
Black with #294666
Text Example
Text Example
White with #294666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294666; }
p { color: rgb(41,70,102); }
H1.HeaderClassName
{
color: #294666;
}
.AnyTagClassName
{
color: #294666;
}
</style>
background-color css
<style>
a { background-color: #294666; }
a { background-color: rgb(41,70,102); }
div.DivClassName
{
background-color: #294666;
}
.BgClassName
{
background-color: #294666;
}
</style>
border-color css
<style>
span { border-color: #294666; }
span { border-color: rgb(41,70,102); }
td.TdClassName
{
border-color: #294666;
}
.TagClassName
{
border-color: #294666;
}
</style>