Shades of Catalina Blue #293D56
Tints of Catalina Blue #293D56
RGB
CMYK
RGB Variations
Color information
#293D56 (or 0x293D56) is known color: Catalina Blue. HEX triplet: 29, 3D and 56. RGB value is (41,61,86). Sum of RGB (Red+Green+Blue) = 41+61+86=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #293D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D56 is #D6C2A9. Grayscale: #393939. Windows color (decimal): -14074538 or 5651753. OLE color: 5651753.
HSL color Cylindrical-coordinate representation of color #293D56: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293D56 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 61 | 86 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.66 |
| HSL | 213.33º | 0.35% | 0.25% | - |
| HSV(B) | 213.33º | 0.52% | 0.34% | - |
| XYZ | 4.26 | 4.48 | 9.44 | - |
| YUV | 57.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 86 | 0.52 | 0.29 | 0 | 0.66 | 213.33 | 0.35 | 0.25 |
| Hex | 29 | 3D | 56 | 34 | 1D | 0 | 42 | D5 | 23 | 19 |
| Octal | 51 | 75 | 126 | 64 | 35 | 0 | 102 | 325 | 43 | 31 |
| Binary | 101001 | 111101 | 1010110 | 110100 | 11101 | 0 | 1000010 | 11010101 | 100011 | 11001 |
Color Harmonies of #293D56
Complementary color
Monochromatic Colors of #293D56
Black with #293D56
Text Example
Text Example
White with #293D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D56; }
p { color: rgb(41,61,86); }
H1.HeaderClassName
{
color: #293D56;
}
.AnyTagClassName
{
color: #293D56;
}
</style>
background-color css
<style>
a { background-color: #293D56; }
a { background-color: rgb(41,61,86); }
div.DivClassName
{
background-color: #293D56;
}
.BgClassName
{
background-color: #293D56;
}
</style>
border-color css
<style>
span { border-color: #293D56; }
span { border-color: rgb(41,61,86); }
td.TdClassName
{
border-color: #293D56;
}
.TagClassName
{
border-color: #293D56;
}
</style>