Shades of Catalina Blue #293C63
Tints of Catalina Blue #293C63
RGB
CMYK
RGB Variations
Color information
#293C63 (or 0x293C63) is known color: Catalina Blue. HEX triplet: 29, 3C and 63. RGB value is (41,60,99). Sum of RGB (Red+Green+Blue) = 41+60+99=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #293C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C63 is #D6C39C. Grayscale: #3A3A3A. Windows color (decimal): -14074781 or 6503465. OLE color: 6503465.
HSL color Cylindrical-coordinate representation of color #293C63: hue angle of 220.34º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293C63 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 60 | 99 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.61 |
| HSL | 220.34º | 0.41% | 0.27% | - |
| HSV(B) | 220.34º | 0.59% | 0.39% | - |
| XYZ | 4.78 | 4.6 | 12.44 | - |
| YUV | 58.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 99 | 0.59 | 0.39 | 0 | 0.61 | 220.34 | 0.41 | 0.27 |
| Hex | 29 | 3C | 63 | 3B | 27 | 0 | 3D | DC | 29 | 1B |
| Octal | 51 | 74 | 143 | 73 | 47 | 0 | 75 | 334 | 51 | 33 |
| Binary | 101001 | 111100 | 1100011 | 111011 | 100111 | 0 | 111101 | 11011100 | 101001 | 11011 |
Color Harmonies of #293C63
Complementary color
Monochromatic Colors of #293C63
Black with #293C63
Text Example
Text Example
White with #293C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C63; }
p { color: rgb(41,60,99); }
H1.HeaderClassName
{
color: #293C63;
}
.AnyTagClassName
{
color: #293C63;
}
</style>
background-color css
<style>
a { background-color: #293C63; }
a { background-color: rgb(41,60,99); }
div.DivClassName
{
background-color: #293C63;
}
.BgClassName
{
background-color: #293C63;
}
</style>
border-color css
<style>
span { border-color: #293C63; }
span { border-color: rgb(41,60,99); }
td.TdClassName
{
border-color: #293C63;
}
.TagClassName
{
border-color: #293C63;
}
</style>