Shades of Catalina Blue #293F56
Tints of Catalina Blue #293F56
RGB
CMYK
RGB Variations
Color information
#293F56 (or 0x293F56) is known color: Catalina Blue. HEX triplet: 29, 3F and 56. RGB value is (41,63,86). Sum of RGB (Red+Green+Blue) = 41+63+86=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #293F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F56 is #D6C0A9. Grayscale: #3A3A3A. Windows color (decimal): -14074026 or 5652265. OLE color: 5652265.
HSL color Cylindrical-coordinate representation of color #293F56: hue angle of 210.67º 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 #293F56 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 63 | 86 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.66 |
| HSL | 210.67º | 0.35% | 0.25% | - |
| HSV(B) | 210.67º | 0.52% | 0.34% | - |
| XYZ | 4.37 | 4.7 | 9.48 | - |
| YUV | 59.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 86 | 0.52 | 0.27 | 0 | 0.66 | 210.67 | 0.35 | 0.25 |
| Hex | 29 | 3F | 56 | 34 | 1B | 0 | 42 | D3 | 23 | 19 |
| Octal | 51 | 77 | 126 | 64 | 33 | 0 | 102 | 323 | 43 | 31 |
| Binary | 101001 | 111111 | 1010110 | 110100 | 11011 | 0 | 1000010 | 11010011 | 100011 | 11001 |
Color Harmonies of #293F56
Complementary color
Monochromatic Colors of #293F56
Black with #293F56
Text Example
Text Example
White with #293F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F56; }
p { color: rgb(41,63,86); }
H1.HeaderClassName
{
color: #293F56;
}
.AnyTagClassName
{
color: #293F56;
}
</style>
background-color css
<style>
a { background-color: #293F56; }
a { background-color: rgb(41,63,86); }
div.DivClassName
{
background-color: #293F56;
}
.BgClassName
{
background-color: #293F56;
}
</style>
border-color css
<style>
span { border-color: #293F56; }
span { border-color: rgb(41,63,86); }
td.TdClassName
{
border-color: #293F56;
}
.TagClassName
{
border-color: #293F56;
}
</style>