Shades of Catalina Blue #293D65
Tints of Catalina Blue #293D65
RGB
CMYK
RGB Variations
Color information
#293D65 (or 0x293D65) is known color: Catalina Blue. HEX triplet: 29, 3D and 65. RGB value is (41,61,101). Sum of RGB (Red+Green+Blue) = 41+61+101=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #293D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D65 is #D6C29A. Grayscale: #3B3B3B. Windows color (decimal): -14074523 or 6634793. OLE color: 6634793.
HSL color Cylindrical-coordinate representation of color #293D65: hue angle of 220º 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 #293D65 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 61 | 101 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.60 |
| HSL | 220º | 0.42% | 0.28% | - |
| HSV(B) | 220º | 0.59% | 0.4% | - |
| XYZ | 4.93 | 4.75 | 12.97 | - |
| YUV | 59.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 101 | 0.59 | 0.40 | 0 | 0.60 | 220 | 0.42 | 0.28 |
| Hex | 29 | 3D | 65 | 3B | 28 | 0 | 3C | DC | 2A | 1C |
| Octal | 51 | 75 | 145 | 73 | 50 | 0 | 74 | 334 | 52 | 34 |
| Binary | 101001 | 111101 | 1100101 | 111011 | 101000 | 0 | 111100 | 11011100 | 101010 | 11100 |
Color Harmonies of #293D65
Complementary color
Monochromatic Colors of #293D65
Black with #293D65
Text Example
Text Example
White with #293D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D65; }
p { color: rgb(41,61,101); }
H1.HeaderClassName
{
color: #293D65;
}
.AnyTagClassName
{
color: #293D65;
}
</style>
background-color css
<style>
a { background-color: #293D65; }
a { background-color: rgb(41,61,101); }
div.DivClassName
{
background-color: #293D65;
}
.BgClassName
{
background-color: #293D65;
}
</style>
border-color css
<style>
span { border-color: #293D65; }
span { border-color: rgb(41,61,101); }
td.TdClassName
{
border-color: #293D65;
}
.TagClassName
{
border-color: #293D65;
}
</style>