Shades of Catalina Blue #294260
Tints of Catalina Blue #294260
RGB
CMYK
RGB Variations
Color information
#294260 (or 0x294260) is known color: Catalina Blue. HEX triplet: 29, 42 and 60. RGB value is (41,66,96). Sum of RGB (Red+Green+Blue) = 41+66+96=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #294260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294260 is #D6BD9F. Grayscale: #3D3D3D. Windows color (decimal): -14073248 or 6308393. OLE color: 6308393.
HSL color Cylindrical-coordinate representation of color #294260: hue angle of 212.73º 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 #294260 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 66 | 96 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.62 |
| HSL | 212.73º | 0.4% | 0.27% | - |
| HSV(B) | 212.73º | 0.57% | 0.38% | - |
| XYZ | 4.97 | 5.21 | 11.81 | - |
| YUV | 61.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 96 | 0.57 | 0.31 | 0 | 0.62 | 212.73 | 0.4 | 0.27 |
| Hex | 29 | 42 | 60 | 39 | 1F | 0 | 3E | D5 | 28 | 1B |
| Octal | 51 | 102 | 140 | 71 | 37 | 0 | 76 | 325 | 50 | 33 |
| Binary | 101001 | 1000010 | 1100000 | 111001 | 11111 | 0 | 111110 | 11010101 | 101000 | 11011 |
Color Harmonies of #294260
Complementary color
Monochromatic Colors of #294260
Black with #294260
Text Example
Text Example
White with #294260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294260; }
p { color: rgb(41,66,96); }
H1.HeaderClassName
{
color: #294260;
}
.AnyTagClassName
{
color: #294260;
}
</style>
background-color css
<style>
a { background-color: #294260; }
a { background-color: rgb(41,66,96); }
div.DivClassName
{
background-color: #294260;
}
.BgClassName
{
background-color: #294260;
}
</style>
border-color css
<style>
span { border-color: #294260; }
span { border-color: rgb(41,66,96); }
td.TdClassName
{
border-color: #294260;
}
.TagClassName
{
border-color: #294260;
}
</style>