Shades of Catalina Blue #2E4663
Tints of Catalina Blue #2E4663
RGB
CMYK
RGB Variations
Color information
#2E4663 (or 0x2E4663) is known color: Catalina Blue. HEX triplet: 2E, 46 and 63. RGB value is (46,70,99). Sum of RGB (Red+Green+Blue) = 46+70+99=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E4663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4663 is #D1B99C. Grayscale: #414141. Windows color (decimal): -13744541 or 6506030. OLE color: 6506030.
HSL color Cylindrical-coordinate representation of color #2E4663: hue angle of 212.83º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E4663 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 70 | 99 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.61 |
| HSL | 212.83º | 0.37% | 0.28% | - |
| HSV(B) | 212.83º | 0.54% | 0.39% | - |
| XYZ | 5.57 | 5.86 | 12.64 | - |
| YUV | 66.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 99 | 0.54 | 0.29 | 0 | 0.61 | 212.83 | 0.37 | 0.28 |
| Hex | 2E | 46 | 63 | 36 | 1D | 0 | 3D | D5 | 25 | 1C |
| Octal | 56 | 106 | 143 | 66 | 35 | 0 | 75 | 325 | 45 | 34 |
| Binary | 101110 | 1000110 | 1100011 | 110110 | 11101 | 0 | 111101 | 11010101 | 100101 | 11100 |
Color Harmonies of #2E4663
Complementary color
Monochromatic Colors of #2E4663
Black with #2E4663
Text Example
Text Example
White with #2E4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4663; }
p { color: rgb(46,70,99); }
H1.HeaderClassName
{
color: #2E4663;
}
.AnyTagClassName
{
color: #2E4663;
}
</style>
background-color css
<style>
a { background-color: #2E4663; }
a { background-color: rgb(46,70,99); }
div.DivClassName
{
background-color: #2E4663;
}
.BgClassName
{
background-color: #2E4663;
}
</style>
border-color css
<style>
span { border-color: #2E4663; }
span { border-color: rgb(46,70,99); }
td.TdClassName
{
border-color: #2E4663;
}
.TagClassName
{
border-color: #2E4663;
}
</style>