Shades of Catalina Blue #293E58
Tints of Catalina Blue #293E58
RGB
CMYK
RGB Variations
Color information
#293E58 (or 0x293E58) is known color: Catalina Blue. HEX triplet: 29, 3E and 58. RGB value is (41,62,88). Sum of RGB (Red+Green+Blue) = 41+62+88=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #293E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E58 is #D6C1A7. Grayscale: #3A3A3A. Windows color (decimal): -14074280 or 5783081. OLE color: 5783081.
HSL color Cylindrical-coordinate representation of color #293E58: hue angle of 213.19º 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 #293E58 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 62 | 88 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.65 |
| HSL | 213.19º | 0.36% | 0.25% | - |
| HSV(B) | 213.19º | 0.53% | 0.35% | - |
| XYZ | 4.4 | 4.62 | 9.89 | - |
| YUV | 58.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 88 | 0.53 | 0.30 | 0 | 0.65 | 213.19 | 0.36 | 0.25 |
| Hex | 29 | 3E | 58 | 35 | 1E | 0 | 41 | D5 | 24 | 19 |
| Octal | 51 | 76 | 130 | 65 | 36 | 0 | 101 | 325 | 44 | 31 |
| Binary | 101001 | 111110 | 1011000 | 110101 | 11110 | 0 | 1000001 | 11010101 | 100100 | 11001 |
Color Harmonies of #293E58
Complementary color
Monochromatic Colors of #293E58
Black with #293E58
Text Example
Text Example
White with #293E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E58; }
p { color: rgb(41,62,88); }
H1.HeaderClassName
{
color: #293E58;
}
.AnyTagClassName
{
color: #293E58;
}
</style>
background-color css
<style>
a { background-color: #293E58; }
a { background-color: rgb(41,62,88); }
div.DivClassName
{
background-color: #293E58;
}
.BgClassName
{
background-color: #293E58;
}
</style>
border-color css
<style>
span { border-color: #293E58; }
span { border-color: rgb(41,62,88); }
td.TdClassName
{
border-color: #293E58;
}
.TagClassName
{
border-color: #293E58;
}
</style>