Shades of Catalina Blue #293F66
Tints of Catalina Blue #293F66
RGB
CMYK
RGB Variations
Color information
#293F66 (or 0x293F66) is known color: Catalina Blue. HEX triplet: 29, 3F and 66. RGB value is (41,63,102). Sum of RGB (Red+Green+Blue) = 41+63+102=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #293F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F66 is #D6C099. Grayscale: #3C3C3C. Windows color (decimal): -14074010 or 6700841. OLE color: 6700841.
HSL color Cylindrical-coordinate representation of color #293F66: hue angle of 218.36º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293F66 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 63 | 102 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.6 |
| HSL | 218.36º | 0.43% | 0.28% | - |
| HSV(B) | 218.36º | 0.6% | 0.4% | - |
| XYZ | 5.09 | 4.99 | 13.26 | - |
| YUV | 60.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 102 | 0.60 | 0.38 | 0 | 0.6 | 218.36 | 0.43 | 0.28 |
| Hex | 29 | 3F | 66 | 3C | 26 | 0 | 3C | DA | 2B | 1C |
| Octal | 51 | 77 | 146 | 74 | 46 | 0 | 74 | 332 | 53 | 34 |
| Binary | 101001 | 111111 | 1100110 | 111100 | 100110 | 0 | 111100 | 11011010 | 101011 | 11100 |
Color Harmonies of #293F66
Complementary color
Monochromatic Colors of #293F66
Black with #293F66
Text Example
Text Example
White with #293F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F66; }
p { color: rgb(41,63,102); }
H1.HeaderClassName
{
color: #293F66;
}
.AnyTagClassName
{
color: #293F66;
}
</style>
background-color css
<style>
a { background-color: #293F66; }
a { background-color: rgb(41,63,102); }
div.DivClassName
{
background-color: #293F66;
}
.BgClassName
{
background-color: #293F66;
}
</style>
border-color css
<style>
span { border-color: #293F66; }
span { border-color: rgb(41,63,102); }
td.TdClassName
{
border-color: #293F66;
}
.TagClassName
{
border-color: #293F66;
}
</style>