Shades of Catalina Blue #294063
Tints of Catalina Blue #294063
RGB
CMYK
RGB Variations
Color information
#294063 (or 0x294063) is known color: Catalina Blue. HEX triplet: 29, 40 and 63. RGB value is (41,64,99). Sum of RGB (Red+Green+Blue) = 41+64+99=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #294063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294063 is #D6BF9C. Grayscale: #3C3C3C. Windows color (decimal): -14073757 or 6504489. OLE color: 6504489.
HSL color Cylindrical-coordinate representation of color #294063: hue angle of 216.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294063 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 64 | 99 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.61 |
| HSL | 216.21º | 0.41% | 0.27% | - |
| HSV(B) | 216.21º | 0.59% | 0.39% | - |
| XYZ | 5 | 5.04 | 12.51 | - |
| YUV | 61.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 99 | 0.59 | 0.35 | 0 | 0.61 | 216.21 | 0.41 | 0.27 |
| Hex | 29 | 40 | 63 | 3B | 23 | 0 | 3D | D8 | 29 | 1B |
| Octal | 51 | 100 | 143 | 73 | 43 | 0 | 75 | 330 | 51 | 33 |
| Binary | 101001 | 1000000 | 1100011 | 111011 | 100011 | 0 | 111101 | 11011000 | 101001 | 11011 |
Color Harmonies of #294063
Complementary color
Monochromatic Colors of #294063
Black with #294063
Text Example
Text Example
White with #294063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294063; }
p { color: rgb(41,64,99); }
H1.HeaderClassName
{
color: #294063;
}
.AnyTagClassName
{
color: #294063;
}
</style>
background-color css
<style>
a { background-color: #294063; }
a { background-color: rgb(41,64,99); }
div.DivClassName
{
background-color: #294063;
}
.BgClassName
{
background-color: #294063;
}
</style>
border-color css
<style>
span { border-color: #294063; }
span { border-color: rgb(41,64,99); }
td.TdClassName
{
border-color: #294063;
}
.TagClassName
{
border-color: #294063;
}
</style>