Shades of Catalina Blue #293C65
Tints of Catalina Blue #293C65
RGB
CMYK
RGB Variations
Color information
#293C65 (or 0x293C65) is known color: Catalina Blue. HEX triplet: 29, 3C and 65. RGB value is (41,60,101). Sum of RGB (Red+Green+Blue) = 41+60+101=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #293C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C65 is #D6C39A. Grayscale: #3A3A3A. Windows color (decimal): -14074779 or 6634537. OLE color: 6634537.
HSL color Cylindrical-coordinate representation of color #293C65: hue angle of 221º 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 #293C65 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 60 | 101 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.60 |
| HSL | 221º | 0.42% | 0.28% | - |
| HSV(B) | 221º | 0.59% | 0.4% | - |
| XYZ | 4.88 | 4.64 | 12.95 | - |
| YUV | 58.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 101 | 0.59 | 0.41 | 0 | 0.60 | 221 | 0.42 | 0.28 |
| Hex | 29 | 3C | 65 | 3B | 29 | 0 | 3C | DD | 2A | 1C |
| Octal | 51 | 74 | 145 | 73 | 51 | 0 | 74 | 335 | 52 | 34 |
| Binary | 101001 | 111100 | 1100101 | 111011 | 101001 | 0 | 111100 | 11011101 | 101010 | 11100 |
Color Harmonies of #293C65
Complementary color
Monochromatic Colors of #293C65
Black with #293C65
Text Example
Text Example
White with #293C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C65; }
p { color: rgb(41,60,101); }
H1.HeaderClassName
{
color: #293C65;
}
.AnyTagClassName
{
color: #293C65;
}
</style>
background-color css
<style>
a { background-color: #293C65; }
a { background-color: rgb(41,60,101); }
div.DivClassName
{
background-color: #293C65;
}
.BgClassName
{
background-color: #293C65;
}
</style>
border-color css
<style>
span { border-color: #293C65; }
span { border-color: rgb(41,60,101); }
td.TdClassName
{
border-color: #293C65;
}
.TagClassName
{
border-color: #293C65;
}
</style>