Shades of Catalina Blue #2E4660
Tints of Catalina Blue #2E4660
RGB
CMYK
RGB Variations
Color information
#2E4660 (or 0x2E4660) is known color: Catalina Blue. HEX triplet: 2E, 46 and 60. RGB value is (46,70,96). Sum of RGB (Red+Green+Blue) = 46+70+96=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4660 is #D1B99F. Grayscale: #414141. Windows color (decimal): -13744544 or 6309422. OLE color: 6309422.
HSL color Cylindrical-coordinate representation of color #2E4660: hue angle of 211.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E4660 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 70 | 96 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.62 |
| HSL | 211.2º | 0.35% | 0.28% | - |
| HSV(B) | 211.2º | 0.52% | 0.38% | - |
| XYZ | 5.43 | 5.81 | 11.9 | - |
| YUV | 65.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 96 | 0.52 | 0.27 | 0 | 0.62 | 211.2 | 0.35 | 0.28 |
| Hex | 2E | 46 | 60 | 34 | 1B | 0 | 3E | D3 | 23 | 1C |
| Octal | 56 | 106 | 140 | 64 | 33 | 0 | 76 | 323 | 43 | 34 |
| Binary | 101110 | 1000110 | 1100000 | 110100 | 11011 | 0 | 111110 | 11010011 | 100011 | 11100 |
Color Harmonies of #2E4660
Complementary color
Monochromatic Colors of #2E4660
Black with #2E4660
Text Example
Text Example
White with #2E4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4660; }
p { color: rgb(46,70,96); }
H1.HeaderClassName
{
color: #2E4660;
}
.AnyTagClassName
{
color: #2E4660;
}
</style>
background-color css
<style>
a { background-color: #2E4660; }
a { background-color: rgb(46,70,96); }
div.DivClassName
{
background-color: #2E4660;
}
.BgClassName
{
background-color: #2E4660;
}
</style>
border-color css
<style>
span { border-color: #2E4660; }
span { border-color: rgb(46,70,96); }
td.TdClassName
{
border-color: #2E4660;
}
.TagClassName
{
border-color: #2E4660;
}
</style>