Shades of Catalina Blue #293E68
Tints of Catalina Blue #293E68
RGB
CMYK
RGB Variations
Color information
#293E68 (or 0x293E68) is known color: Catalina Blue. HEX triplet: 29, 3E and 68. RGB value is (41,62,104). Sum of RGB (Red+Green+Blue) = 41+62+104=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #293E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E68 is #D6C197. Grayscale: #3C3C3C. Windows color (decimal): -14074264 or 6831657. OLE color: 6831657.
HSL color Cylindrical-coordinate representation of color #293E68: hue angle of 220º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293E68 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 62 | 104 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.59 |
| HSL | 220º | 0.43% | 0.28% | - |
| HSV(B) | 220º | 0.61% | 0.41% | - |
| XYZ | 5.14 | 4.92 | 13.77 | - |
| YUV | 60.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 104 | 0.61 | 0.40 | 0 | 0.59 | 220 | 0.43 | 0.28 |
| Hex | 29 | 3E | 68 | 3D | 28 | 0 | 3B | DC | 2B | 1C |
| Octal | 51 | 76 | 150 | 75 | 50 | 0 | 73 | 334 | 53 | 34 |
| Binary | 101001 | 111110 | 1101000 | 111101 | 101000 | 0 | 111011 | 11011100 | 101011 | 11100 |
Color Harmonies of #293E68
Complementary color
Monochromatic Colors of #293E68
Black with #293E68
Text Example
Text Example
White with #293E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E68; }
p { color: rgb(41,62,104); }
H1.HeaderClassName
{
color: #293E68;
}
.AnyTagClassName
{
color: #293E68;
}
</style>
background-color css
<style>
a { background-color: #293E68; }
a { background-color: rgb(41,62,104); }
div.DivClassName
{
background-color: #293E68;
}
.BgClassName
{
background-color: #293E68;
}
</style>
border-color css
<style>
span { border-color: #293E68; }
span { border-color: rgb(41,62,104); }
td.TdClassName
{
border-color: #293E68;
}
.TagClassName
{
border-color: #293E68;
}
</style>