Shades of Catalina Blue #293F58
Tints of Catalina Blue #293F58
RGB
CMYK
RGB Variations
Color information
#293F58 (or 0x293F58) is known color: Catalina Blue. HEX triplet: 29, 3F and 58. RGB value is (41,63,88). Sum of RGB (Red+Green+Blue) = 41+63+88=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #293F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F58 is #D6C0A7. Grayscale: #3B3B3B. Windows color (decimal): -14074024 or 5783337. OLE color: 5783337.
HSL color Cylindrical-coordinate representation of color #293F58: hue angle of 211.91º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293F58 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 63 | 88 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.65 |
| HSL | 211.91º | 0.36% | 0.25% | - |
| HSV(B) | 211.91º | 0.53% | 0.35% | - |
| XYZ | 4.45 | 4.73 | 9.91 | - |
| YUV | 59.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 88 | 0.53 | 0.28 | 0 | 0.65 | 211.91 | 0.36 | 0.25 |
| Hex | 29 | 3F | 58 | 35 | 1C | 0 | 41 | D4 | 24 | 19 |
| Octal | 51 | 77 | 130 | 65 | 34 | 0 | 101 | 324 | 44 | 31 |
| Binary | 101001 | 111111 | 1011000 | 110101 | 11100 | 0 | 1000001 | 11010100 | 100100 | 11001 |
Color Harmonies of #293F58
Complementary color
Monochromatic Colors of #293F58
Black with #293F58
Text Example
Text Example
White with #293F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F58; }
p { color: rgb(41,63,88); }
H1.HeaderClassName
{
color: #293F58;
}
.AnyTagClassName
{
color: #293F58;
}
</style>
background-color css
<style>
a { background-color: #293F58; }
a { background-color: rgb(41,63,88); }
div.DivClassName
{
background-color: #293F58;
}
.BgClassName
{
background-color: #293F58;
}
</style>
border-color css
<style>
span { border-color: #293F58; }
span { border-color: rgb(41,63,88); }
td.TdClassName
{
border-color: #293F58;
}
.TagClassName
{
border-color: #293F58;
}
</style>