Shades of Catalina Blue #293F62
Tints of Catalina Blue #293F62
RGB
CMYK
RGB Variations
Color information
#293F62 (or 0x293F62) is known color: Catalina Blue. HEX triplet: 29, 3F and 62. RGB value is (41,63,98). Sum of RGB (Red+Green+Blue) = 41+63+98=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #293F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F62 is #D6C09D. Grayscale: #3C3C3C. Windows color (decimal): -14074014 or 6438697. OLE color: 6438697.
HSL color Cylindrical-coordinate representation of color #293F62: hue angle of 216.84º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293F62 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 63 | 98 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.62 |
| HSL | 216.84º | 0.41% | 0.27% | - |
| HSV(B) | 216.84º | 0.58% | 0.38% | - |
| XYZ | 4.9 | 4.91 | 12.24 | - |
| YUV | 60.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 98 | 0.58 | 0.36 | 0 | 0.62 | 216.84 | 0.41 | 0.27 |
| Hex | 29 | 3F | 62 | 3A | 24 | 0 | 3E | D9 | 29 | 1B |
| Octal | 51 | 77 | 142 | 72 | 44 | 0 | 76 | 331 | 51 | 33 |
| Binary | 101001 | 111111 | 1100010 | 111010 | 100100 | 0 | 111110 | 11011001 | 101001 | 11011 |
Color Harmonies of #293F62
Complementary color
Monochromatic Colors of #293F62
Black with #293F62
Text Example
Text Example
White with #293F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F62; }
p { color: rgb(41,63,98); }
H1.HeaderClassName
{
color: #293F62;
}
.AnyTagClassName
{
color: #293F62;
}
</style>
background-color css
<style>
a { background-color: #293F62; }
a { background-color: rgb(41,63,98); }
div.DivClassName
{
background-color: #293F62;
}
.BgClassName
{
background-color: #293F62;
}
</style>
border-color css
<style>
span { border-color: #293F62; }
span { border-color: rgb(41,63,98); }
td.TdClassName
{
border-color: #293F62;
}
.TagClassName
{
border-color: #293F62;
}
</style>