Shades of Catalina Blue #294367
Tints of Catalina Blue #294367
RGB
CMYK
RGB Variations
Color information
#294367 (or 0x294367) is known color: Catalina Blue. HEX triplet: 29, 43 and 67. RGB value is (41,67,103). Sum of RGB (Red+Green+Blue) = 41+67+103=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #294367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294367 is #D6BC98. Grayscale: #3F3F3F. Windows color (decimal): -14072985 or 6767401. OLE color: 6767401.
HSL color Cylindrical-coordinate representation of color #294367: hue angle of 214.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #294367 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 67 | 103 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.60 |
| HSL | 214.84º | 0.43% | 0.28% | - |
| HSV(B) | 214.84º | 0.6% | 0.4% | - |
| XYZ | 5.37 | 5.46 | 13.6 | - |
| YUV | 63.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 103 | 0.60 | 0.35 | 0 | 0.60 | 214.84 | 0.43 | 0.28 |
| Hex | 29 | 43 | 67 | 3C | 23 | 0 | 3C | D7 | 2B | 1C |
| Octal | 51 | 103 | 147 | 74 | 43 | 0 | 74 | 327 | 53 | 34 |
| Binary | 101001 | 1000011 | 1100111 | 111100 | 100011 | 0 | 111100 | 11010111 | 101011 | 11100 |
Color Harmonies of #294367
Complementary color
Monochromatic Colors of #294367
Black with #294367
Text Example
Text Example
White with #294367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294367; }
p { color: rgb(41,67,103); }
H1.HeaderClassName
{
color: #294367;
}
.AnyTagClassName
{
color: #294367;
}
</style>
background-color css
<style>
a { background-color: #294367; }
a { background-color: rgb(41,67,103); }
div.DivClassName
{
background-color: #294367;
}
.BgClassName
{
background-color: #294367;
}
</style>
border-color css
<style>
span { border-color: #294367; }
span { border-color: rgb(41,67,103); }
td.TdClassName
{
border-color: #294367;
}
.TagClassName
{
border-color: #294367;
}
</style>