Shades of Catalina Blue #293D54
Tints of Catalina Blue #293D54
RGB
CMYK
RGB Variations
Color information
#293D54 (or 0x293D54) is known color: Catalina Blue. HEX triplet: 29, 3D and 54. RGB value is (41,61,84). Sum of RGB (Red+Green+Blue) = 41+61+84=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #293D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D54 is #D6C2AB. Grayscale: #393939. Windows color (decimal): -14074540 or 5520681. OLE color: 5520681.
HSL color Cylindrical-coordinate representation of color #293D54: hue angle of 212.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293D54 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 61 | 84 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.67 |
| HSL | 212.09º | 0.34% | 0.25% | - |
| HSV(B) | 212.09º | 0.51% | 0.33% | - |
| XYZ | 4.18 | 4.45 | 9.03 | - |
| YUV | 57.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 84 | 0.51 | 0.27 | 0 | 0.67 | 212.09 | 0.34 | 0.25 |
| Hex | 29 | 3D | 54 | 33 | 1B | 0 | 43 | D4 | 22 | 19 |
| Octal | 51 | 75 | 124 | 63 | 33 | 0 | 103 | 324 | 42 | 31 |
| Binary | 101001 | 111101 | 1010100 | 110011 | 11011 | 0 | 1000011 | 11010100 | 100010 | 11001 |
Color Harmonies of #293D54
Complementary color
Monochromatic Colors of #293D54
Black with #293D54
Text Example
Text Example
White with #293D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D54; }
p { color: rgb(41,61,84); }
H1.HeaderClassName
{
color: #293D54;
}
.AnyTagClassName
{
color: #293D54;
}
</style>
background-color css
<style>
a { background-color: #293D54; }
a { background-color: rgb(41,61,84); }
div.DivClassName
{
background-color: #293D54;
}
.BgClassName
{
background-color: #293D54;
}
</style>
border-color css
<style>
span { border-color: #293D54; }
span { border-color: rgb(41,61,84); }
td.TdClassName
{
border-color: #293D54;
}
.TagClassName
{
border-color: #293D54;
}
</style>