Shades of Catalina Blue #294565
Tints of Catalina Blue #294565
RGB
CMYK
RGB Variations
Color information
#294565 (or 0x294565) is known color: Catalina Blue. HEX triplet: 29, 45 and 65. RGB value is (41,69,101). Sum of RGB (Red+Green+Blue) = 41+69+101=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #294565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294565 is #D6BA9A. Grayscale: #404040. Windows color (decimal): -14072475 or 6636841. OLE color: 6636841.
HSL color Cylindrical-coordinate representation of color #294565: hue angle of 212º 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 #294565 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 69 | 101 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.60 |
| HSL | 212º | 0.42% | 0.28% | - |
| HSV(B) | 212º | 0.59% | 0.4% | - |
| XYZ | 5.39 | 5.67 | 13.12 | - |
| YUV | 64.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 101 | 0.59 | 0.32 | 0 | 0.60 | 212 | 0.42 | 0.28 |
| Hex | 29 | 45 | 65 | 3B | 20 | 0 | 3C | D4 | 2A | 1C |
| Octal | 51 | 105 | 145 | 73 | 40 | 0 | 74 | 324 | 52 | 34 |
| Binary | 101001 | 1000101 | 1100101 | 111011 | 100000 | 0 | 111100 | 11010100 | 101010 | 11100 |
Color Harmonies of #294565
Complementary color
Monochromatic Colors of #294565
Black with #294565
Text Example
Text Example
White with #294565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294565; }
p { color: rgb(41,69,101); }
H1.HeaderClassName
{
color: #294565;
}
.AnyTagClassName
{
color: #294565;
}
</style>
background-color css
<style>
a { background-color: #294565; }
a { background-color: rgb(41,69,101); }
div.DivClassName
{
background-color: #294565;
}
.BgClassName
{
background-color: #294565;
}
</style>
border-color css
<style>
span { border-color: #294565; }
span { border-color: rgb(41,69,101); }
td.TdClassName
{
border-color: #294565;
}
.TagClassName
{
border-color: #294565;
}
</style>