Shades of Catalina Blue #294466
Tints of Catalina Blue #294466
RGB
CMYK
RGB Variations
Color information
#294466 (or 0x294466) is known color: Catalina Blue. HEX triplet: 29, 44 and 66. RGB value is (41,68,102). Sum of RGB (Red+Green+Blue) = 41+68+102=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #294466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294466 is #D6BB99. Grayscale: #3F3F3F. Windows color (decimal): -14072730 or 6702121. OLE color: 6702121.
HSL color Cylindrical-coordinate representation of color #294466: hue angle of 213.44º 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 #294466 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 68 | 102 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.6 |
| HSL | 213.44º | 0.43% | 0.28% | - |
| HSV(B) | 213.44º | 0.6% | 0.4% | - |
| XYZ | 5.38 | 5.56 | 13.36 | - |
| YUV | 63.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 102 | 0.60 | 0.33 | 0 | 0.6 | 213.44 | 0.43 | 0.28 |
| Hex | 29 | 44 | 66 | 3C | 21 | 0 | 3C | D5 | 2B | 1C |
| Octal | 51 | 104 | 146 | 74 | 41 | 0 | 74 | 325 | 53 | 34 |
| Binary | 101001 | 1000100 | 1100110 | 111100 | 100001 | 0 | 111100 | 11010101 | 101011 | 11100 |
Color Harmonies of #294466
Complementary color
Monochromatic Colors of #294466
Black with #294466
Text Example
Text Example
White with #294466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294466; }
p { color: rgb(41,68,102); }
H1.HeaderClassName
{
color: #294466;
}
.AnyTagClassName
{
color: #294466;
}
</style>
background-color css
<style>
a { background-color: #294466; }
a { background-color: rgb(41,68,102); }
div.DivClassName
{
background-color: #294466;
}
.BgClassName
{
background-color: #294466;
}
</style>
border-color css
<style>
span { border-color: #294466; }
span { border-color: rgb(41,68,102); }
td.TdClassName
{
border-color: #294466;
}
.TagClassName
{
border-color: #294466;
}
</style>