Shades of Catalina Blue #293F57
Tints of Catalina Blue #293F57
RGB
CMYK
RGB Variations
Color information
#293F57 (or 0x293F57) is known color: Catalina Blue. HEX triplet: 29, 3F and 57. RGB value is (41,63,87). Sum of RGB (Red+Green+Blue) = 41+63+87=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #293F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F57 is #D6C0A8. Grayscale: #3B3B3B. Windows color (decimal): -14074025 or 5717801. OLE color: 5717801.
HSL color Cylindrical-coordinate representation of color #293F57: hue angle of 211.3º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293F57 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 63 | 87 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.66 |
| HSL | 211.3º | 0.36% | 0.25% | - |
| HSV(B) | 211.3º | 0.53% | 0.34% | - |
| XYZ | 4.41 | 4.71 | 9.69 | - |
| YUV | 59.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 87 | 0.53 | 0.28 | 0 | 0.66 | 211.3 | 0.36 | 0.25 |
| Hex | 29 | 3F | 57 | 35 | 1C | 0 | 42 | D3 | 24 | 19 |
| Octal | 51 | 77 | 127 | 65 | 34 | 0 | 102 | 323 | 44 | 31 |
| Binary | 101001 | 111111 | 1010111 | 110101 | 11100 | 0 | 1000010 | 11010011 | 100100 | 11001 |
Color Harmonies of #293F57
Complementary color
Monochromatic Colors of #293F57
Black with #293F57
Text Example
Text Example
White with #293F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F57; }
p { color: rgb(41,63,87); }
H1.HeaderClassName
{
color: #293F57;
}
.AnyTagClassName
{
color: #293F57;
}
</style>
background-color css
<style>
a { background-color: #293F57; }
a { background-color: rgb(41,63,87); }
div.DivClassName
{
background-color: #293F57;
}
.BgClassName
{
background-color: #293F57;
}
</style>
border-color css
<style>
span { border-color: #293F57; }
span { border-color: rgb(41,63,87); }
td.TdClassName
{
border-color: #293F57;
}
.TagClassName
{
border-color: #293F57;
}
</style>