Shades of Catalina Blue #294264
Tints of Catalina Blue #294264
RGB
CMYK
RGB Variations
Color information
#294264 (or 0x294264) is known color: Catalina Blue. HEX triplet: 29, 42 and 64. RGB value is (41,66,100). Sum of RGB (Red+Green+Blue) = 41+66+100=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #294264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294264 is #D6BD9B. Grayscale: #3E3E3E. Windows color (decimal): -14073244 or 6570537. OLE color: 6570537.
HSL color Cylindrical-coordinate representation of color #294264: hue angle of 214.58º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294264 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 66 | 100 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.61 |
| HSL | 214.58º | 0.42% | 0.28% | - |
| HSV(B) | 214.58º | 0.59% | 0.39% | - |
| XYZ | 5.16 | 5.29 | 12.81 | - |
| YUV | 62.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 100 | 0.59 | 0.34 | 0 | 0.61 | 214.58 | 0.42 | 0.28 |
| Hex | 29 | 42 | 64 | 3B | 22 | 0 | 3D | D7 | 2A | 1C |
| Octal | 51 | 102 | 144 | 73 | 42 | 0 | 75 | 327 | 52 | 34 |
| Binary | 101001 | 1000010 | 1100100 | 111011 | 100010 | 0 | 111101 | 11010111 | 101010 | 11100 |
Color Harmonies of #294264
Complementary color
Monochromatic Colors of #294264
Black with #294264
Text Example
Text Example
White with #294264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294264; }
p { color: rgb(41,66,100); }
H1.HeaderClassName
{
color: #294264;
}
.AnyTagClassName
{
color: #294264;
}
</style>
background-color css
<style>
a { background-color: #294264; }
a { background-color: rgb(41,66,100); }
div.DivClassName
{
background-color: #294264;
}
.BgClassName
{
background-color: #294264;
}
</style>
border-color css
<style>
span { border-color: #294264; }
span { border-color: rgb(41,66,100); }
td.TdClassName
{
border-color: #294264;
}
.TagClassName
{
border-color: #294264;
}
</style>