Shades of Catalina Blue #293F60
Tints of Catalina Blue #293F60
RGB
CMYK
RGB Variations
Color information
#293F60 (or 0x293F60) is known color: Catalina Blue. HEX triplet: 29, 3F and 60. RGB value is (41,63,96). Sum of RGB (Red+Green+Blue) = 41+63+96=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #293F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F60 is #D6C09F. Grayscale: #3C3C3C. Windows color (decimal): -14074016 or 6307625. OLE color: 6307625.
HSL color Cylindrical-coordinate representation of color #293F60: hue angle of 216º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293F60 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 63 | 96 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.62 |
| HSL | 216º | 0.4% | 0.27% | - |
| HSV(B) | 216º | 0.57% | 0.38% | - |
| XYZ | 4.8 | 4.87 | 11.75 | - |
| YUV | 60.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 96 | 0.57 | 0.34 | 0 | 0.62 | 216 | 0.4 | 0.27 |
| Hex | 29 | 3F | 60 | 39 | 22 | 0 | 3E | D8 | 28 | 1B |
| Octal | 51 | 77 | 140 | 71 | 42 | 0 | 76 | 330 | 50 | 33 |
| Binary | 101001 | 111111 | 1100000 | 111001 | 100010 | 0 | 111110 | 11011000 | 101000 | 11011 |
Color Harmonies of #293F60
Complementary color
Monochromatic Colors of #293F60
Black with #293F60
Text Example
Text Example
White with #293F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F60; }
p { color: rgb(41,63,96); }
H1.HeaderClassName
{
color: #293F60;
}
.AnyTagClassName
{
color: #293F60;
}
</style>
background-color css
<style>
a { background-color: #293F60; }
a { background-color: rgb(41,63,96); }
div.DivClassName
{
background-color: #293F60;
}
.BgClassName
{
background-color: #293F60;
}
</style>
border-color css
<style>
span { border-color: #293F60; }
span { border-color: rgb(41,63,96); }
td.TdClassName
{
border-color: #293F60;
}
.TagClassName
{
border-color: #293F60;
}
</style>