Shades of Catalina Blue #293D67
Tints of Catalina Blue #293D67
RGB
CMYK
RGB Variations
Color information
#293D67 (or 0x293D67) is known color: Catalina Blue. HEX triplet: 29, 3D and 67. RGB value is (41,61,103). Sum of RGB (Red+Green+Blue) = 41+61+103=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #293D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D67 is #D6C298. Grayscale: #3B3B3B. Windows color (decimal): -14074521 or 6765865. OLE color: 6765865.
HSL color Cylindrical-coordinate representation of color #293D67: hue angle of 220.65º 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 #293D67 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 61 | 103 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.60 |
| HSL | 220.65º | 0.43% | 0.28% | - |
| HSV(B) | 220.65º | 0.6% | 0.4% | - |
| XYZ | 5.03 | 4.79 | 13.49 | - |
| YUV | 59.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 103 | 0.60 | 0.41 | 0 | 0.60 | 220.65 | 0.43 | 0.28 |
| Hex | 29 | 3D | 67 | 3C | 29 | 0 | 3C | DD | 2B | 1C |
| Octal | 51 | 75 | 147 | 74 | 51 | 0 | 74 | 335 | 53 | 34 |
| Binary | 101001 | 111101 | 1100111 | 111100 | 101001 | 0 | 111100 | 11011101 | 101011 | 11100 |
Color Harmonies of #293D67
Complementary color
Monochromatic Colors of #293D67
Black with #293D67
Text Example
Text Example
White with #293D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D67; }
p { color: rgb(41,61,103); }
H1.HeaderClassName
{
color: #293D67;
}
.AnyTagClassName
{
color: #293D67;
}
</style>
background-color css
<style>
a { background-color: #293D67; }
a { background-color: rgb(41,61,103); }
div.DivClassName
{
background-color: #293D67;
}
.BgClassName
{
background-color: #293D67;
}
</style>
border-color css
<style>
span { border-color: #293D67; }
span { border-color: rgb(41,61,103); }
td.TdClassName
{
border-color: #293D67;
}
.TagClassName
{
border-color: #293D67;
}
</style>