Shades of Catalina Blue #293D64
Tints of Catalina Blue #293D64
RGB
CMYK
RGB Variations
Color information
#293D64 (or 0x293D64) is known color: Catalina Blue. HEX triplet: 29, 3D and 64. RGB value is (41,61,100). Sum of RGB (Red+Green+Blue) = 41+61+100=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #293D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D64 is #D6C29B. Grayscale: #3B3B3B. Windows color (decimal): -14074524 or 6569257. OLE color: 6569257.
HSL color Cylindrical-coordinate representation of color #293D64: hue angle of 219.66º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293D64 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 61 | 100 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.61 |
| HSL | 219.66º | 0.42% | 0.28% | - |
| HSV(B) | 219.66º | 0.59% | 0.39% | - |
| XYZ | 4.88 | 4.73 | 12.71 | - |
| YUV | 59.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 100 | 0.59 | 0.39 | 0 | 0.61 | 219.66 | 0.42 | 0.28 |
| Hex | 29 | 3D | 64 | 3B | 27 | 0 | 3D | DC | 2A | 1C |
| Octal | 51 | 75 | 144 | 73 | 47 | 0 | 75 | 334 | 52 | 34 |
| Binary | 101001 | 111101 | 1100100 | 111011 | 100111 | 0 | 111101 | 11011100 | 101010 | 11100 |
Color Harmonies of #293D64
Complementary color
Monochromatic Colors of #293D64
Black with #293D64
Text Example
Text Example
White with #293D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D64; }
p { color: rgb(41,61,100); }
H1.HeaderClassName
{
color: #293D64;
}
.AnyTagClassName
{
color: #293D64;
}
</style>
background-color css
<style>
a { background-color: #293D64; }
a { background-color: rgb(41,61,100); }
div.DivClassName
{
background-color: #293D64;
}
.BgClassName
{
background-color: #293D64;
}
</style>
border-color css
<style>
span { border-color: #293D64; }
span { border-color: rgb(41,61,100); }
td.TdClassName
{
border-color: #293D64;
}
.TagClassName
{
border-color: #293D64;
}
</style>