Shades of Catalina Blue #294160
Tints of Catalina Blue #294160
RGB
CMYK
RGB Variations
Color information
#294160 (or 0x294160) is known color: Catalina Blue. HEX triplet: 29, 41 and 60. RGB value is (41,65,96). Sum of RGB (Red+Green+Blue) = 41+65+96=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #294160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294160 is #D6BE9F. Grayscale: #3D3D3D. Windows color (decimal): -14073504 or 6308137. OLE color: 6308137.
HSL color Cylindrical-coordinate representation of color #294160: hue angle of 213.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294160 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 65 | 96 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.62 |
| HSL | 213.82º | 0.4% | 0.27% | - |
| HSV(B) | 213.82º | 0.57% | 0.38% | - |
| XYZ | 4.92 | 5.1 | 11.79 | - |
| YUV | 61.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 96 | 0.57 | 0.32 | 0 | 0.62 | 213.82 | 0.4 | 0.27 |
| Hex | 29 | 41 | 60 | 39 | 20 | 0 | 3E | D6 | 28 | 1B |
| Octal | 51 | 101 | 140 | 71 | 40 | 0 | 76 | 326 | 50 | 33 |
| Binary | 101001 | 1000001 | 1100000 | 111001 | 100000 | 0 | 111110 | 11010110 | 101000 | 11011 |
Color Harmonies of #294160
Complementary color
Monochromatic Colors of #294160
Black with #294160
Text Example
Text Example
White with #294160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294160; }
p { color: rgb(41,65,96); }
H1.HeaderClassName
{
color: #294160;
}
.AnyTagClassName
{
color: #294160;
}
</style>
background-color css
<style>
a { background-color: #294160; }
a { background-color: rgb(41,65,96); }
div.DivClassName
{
background-color: #294160;
}
.BgClassName
{
background-color: #294160;
}
</style>
border-color css
<style>
span { border-color: #294160; }
span { border-color: rgb(41,65,96); }
td.TdClassName
{
border-color: #294160;
}
.TagClassName
{
border-color: #294160;
}
</style>