Shades of Catalina Blue #293B5D
Tints of Catalina Blue #293B5D
RGB
CMYK
RGB Variations
Color information
#293B5D (or 0x293B5D) is known color: Catalina Blue. HEX triplet: 29, 3B and 5D. RGB value is (41,59,93). Sum of RGB (Red+Green+Blue) = 41+59+93=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #293B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B5D is #D6C4A2. Grayscale: #393939. Windows color (decimal): -14075043 or 6109993. OLE color: 6109993.
HSL color Cylindrical-coordinate representation of color #293B5D: hue angle of 219.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #293B5D is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 59 | 93 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.64 |
| HSL | 219.23º | 0.39% | 0.26% | - |
| HSV(B) | 219.23º | 0.56% | 0.36% | - |
| XYZ | 4.45 | 4.39 | 10.97 | - |
| YUV | 57.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 93 | 0.56 | 0.37 | 0 | 0.64 | 219.23 | 0.39 | 0.26 |
| Hex | 29 | 3B | 5D | 38 | 25 | 0 | 40 | DB | 27 | 1A |
| Octal | 51 | 73 | 135 | 70 | 45 | 0 | 100 | 333 | 47 | 32 |
| Binary | 101001 | 111011 | 1011101 | 111000 | 100101 | 0 | 1000000 | 11011011 | 100111 | 11010 |
Color Harmonies of #293B5D
Complementary color
Monochromatic Colors of #293B5D
Black with #293B5D
Text Example
Text Example
White with #293B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B5D; }
p { color: rgb(41,59,93); }
H1.HeaderClassName
{
color: #293B5D;
}
.AnyTagClassName
{
color: #293B5D;
}
</style>
background-color css
<style>
a { background-color: #293B5D; }
a { background-color: rgb(41,59,93); }
div.DivClassName
{
background-color: #293B5D;
}
.BgClassName
{
background-color: #293B5D;
}
</style>
border-color css
<style>
span { border-color: #293B5D; }
span { border-color: rgb(41,59,93); }
td.TdClassName
{
border-color: #293B5D;
}
.TagClassName
{
border-color: #293B5D;
}
</style>