Shades of Catalina Blue #293F61
Tints of Catalina Blue #293F61
RGB
CMYK
RGB Variations
Color information
#293F61 (or 0x293F61) is known color: Catalina Blue. HEX triplet: 29, 3F and 61. RGB value is (41,63,97). Sum of RGB (Red+Green+Blue) = 41+63+97=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #293F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F61 is #D6C09E. Grayscale: #3C3C3C. Windows color (decimal): -14074015 or 6373161. OLE color: 6373161.
HSL color Cylindrical-coordinate representation of color #293F61: hue angle of 216.43º 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 #293F61 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 63 | 97 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.62 |
| HSL | 216.43º | 0.41% | 0.27% | - |
| HSV(B) | 216.43º | 0.58% | 0.38% | - |
| XYZ | 4.85 | 4.89 | 12 | - |
| YUV | 60.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 97 | 0.58 | 0.35 | 0 | 0.62 | 216.43 | 0.41 | 0.27 |
| Hex | 29 | 3F | 61 | 3A | 23 | 0 | 3E | D8 | 29 | 1B |
| Octal | 51 | 77 | 141 | 72 | 43 | 0 | 76 | 330 | 51 | 33 |
| Binary | 101001 | 111111 | 1100001 | 111010 | 100011 | 0 | 111110 | 11011000 | 101001 | 11011 |
Color Harmonies of #293F61
Complementary color
Monochromatic Colors of #293F61
Black with #293F61
Text Example
Text Example
White with #293F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F61; }
p { color: rgb(41,63,97); }
H1.HeaderClassName
{
color: #293F61;
}
.AnyTagClassName
{
color: #293F61;
}
</style>
background-color css
<style>
a { background-color: #293F61; }
a { background-color: rgb(41,63,97); }
div.DivClassName
{
background-color: #293F61;
}
.BgClassName
{
background-color: #293F61;
}
</style>
border-color css
<style>
span { border-color: #293F61; }
span { border-color: rgb(41,63,97); }
td.TdClassName
{
border-color: #293F61;
}
.TagClassName
{
border-color: #293F61;
}
</style>