Shades of Catalina Blue #2C4661
Tints of Catalina Blue #2C4661
RGB
CMYK
RGB Variations
Color information
#2C4661 (or 0x2C4661) is known color: Catalina Blue. HEX triplet: 2C, 46 and 61. RGB value is (44,70,97). Sum of RGB (Red+Green+Blue) = 44+70+97=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C4661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4661 is #D3B99E. Grayscale: #414141. Windows color (decimal): -13875615 or 6374956. OLE color: 6374956.
HSL color Cylindrical-coordinate representation of color #2C4661: hue angle of 210.57º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C4661 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 70 | 97 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.62 |
| HSL | 210.57º | 0.38% | 0.28% | - |
| HSV(B) | 210.57º | 0.55% | 0.38% | - |
| XYZ | 5.39 | 5.78 | 12.14 | - |
| YUV | 65.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 97 | 0.55 | 0.28 | 0 | 0.62 | 210.57 | 0.38 | 0.28 |
| Hex | 2C | 46 | 61 | 37 | 1C | 0 | 3E | D3 | 26 | 1C |
| Octal | 54 | 106 | 141 | 67 | 34 | 0 | 76 | 323 | 46 | 34 |
| Binary | 101100 | 1000110 | 1100001 | 110111 | 11100 | 0 | 111110 | 11010011 | 100110 | 11100 |
Color Harmonies of #2C4661
Complementary color
Monochromatic Colors of #2C4661
Black with #2C4661
Text Example
Text Example
White with #2C4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4661; }
p { color: rgb(44,70,97); }
H1.HeaderClassName
{
color: #2C4661;
}
.AnyTagClassName
{
color: #2C4661;
}
</style>
background-color css
<style>
a { background-color: #2C4661; }
a { background-color: rgb(44,70,97); }
div.DivClassName
{
background-color: #2C4661;
}
.BgClassName
{
background-color: #2C4661;
}
</style>
border-color css
<style>
span { border-color: #2C4661; }
span { border-color: rgb(44,70,97); }
td.TdClassName
{
border-color: #2C4661;
}
.TagClassName
{
border-color: #2C4661;
}
</style>