Shades of Catalina Blue #294665
Tints of Catalina Blue #294665
RGB
CMYK
RGB Variations
Color information
#294665 (or 0x294665) is known color: Catalina Blue. HEX triplet: 29, 46 and 65. RGB value is (41,70,101). Sum of RGB (Red+Green+Blue) = 41+70+101=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #294665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294665 is #D6B99A. Grayscale: #404040. Windows color (decimal): -14072219 or 6637097. OLE color: 6637097.
HSL color Cylindrical-coordinate representation of color #294665: hue angle of 211º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294665 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 70 | 101 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.60 |
| HSL | 211º | 0.42% | 0.28% | - |
| HSV(B) | 211º | 0.59% | 0.4% | - |
| XYZ | 5.45 | 5.79 | 13.14 | - |
| YUV | 64.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 101 | 0.59 | 0.31 | 0 | 0.60 | 211 | 0.42 | 0.28 |
| Hex | 29 | 46 | 65 | 3B | 1F | 0 | 3C | D3 | 2A | 1C |
| Octal | 51 | 106 | 145 | 73 | 37 | 0 | 74 | 323 | 52 | 34 |
| Binary | 101001 | 1000110 | 1100101 | 111011 | 11111 | 0 | 111100 | 11010011 | 101010 | 11100 |
Color Harmonies of #294665
Complementary color
Monochromatic Colors of #294665
Black with #294665
Text Example
Text Example
White with #294665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294665; }
p { color: rgb(41,70,101); }
H1.HeaderClassName
{
color: #294665;
}
.AnyTagClassName
{
color: #294665;
}
</style>
background-color css
<style>
a { background-color: #294665; }
a { background-color: rgb(41,70,101); }
div.DivClassName
{
background-color: #294665;
}
.BgClassName
{
background-color: #294665;
}
</style>
border-color css
<style>
span { border-color: #294665; }
span { border-color: rgb(41,70,101); }
td.TdClassName
{
border-color: #294665;
}
.TagClassName
{
border-color: #294665;
}
</style>