Shades of Catalina Blue #2E4463
Tints of Catalina Blue #2E4463
RGB
CMYK
RGB Variations
Color information
#2E4463 (or 0x2E4463) is known color: Catalina Blue. HEX triplet: 2E, 44 and 63. RGB value is (46,68,99). Sum of RGB (Red+Green+Blue) = 46+68+99=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E4463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4463 is #D1BB9C. Grayscale: #404040. Windows color (decimal): -13745053 or 6505518. OLE color: 6505518.
HSL color Cylindrical-coordinate representation of color #2E4463: hue angle of 215.09º 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 #2E4463 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 68 | 99 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.61 |
| HSL | 215.09º | 0.37% | 0.28% | - |
| HSV(B) | 215.09º | 0.54% | 0.39% | - |
| XYZ | 5.45 | 5.62 | 12.6 | - |
| YUV | 64.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 99 | 0.54 | 0.31 | 0 | 0.61 | 215.09 | 0.37 | 0.28 |
| Hex | 2E | 44 | 63 | 36 | 1F | 0 | 3D | D7 | 25 | 1C |
| Octal | 56 | 104 | 143 | 66 | 37 | 0 | 75 | 327 | 45 | 34 |
| Binary | 101110 | 1000100 | 1100011 | 110110 | 11111 | 0 | 111101 | 11010111 | 100101 | 11100 |
Color Harmonies of #2E4463
Complementary color
Monochromatic Colors of #2E4463
Black with #2E4463
Text Example
Text Example
White with #2E4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4463; }
p { color: rgb(46,68,99); }
H1.HeaderClassName
{
color: #2E4463;
}
.AnyTagClassName
{
color: #2E4463;
}
</style>
background-color css
<style>
a { background-color: #2E4463; }
a { background-color: rgb(46,68,99); }
div.DivClassName
{
background-color: #2E4463;
}
.BgClassName
{
background-color: #2E4463;
}
</style>
border-color css
<style>
span { border-color: #2E4463; }
span { border-color: rgb(46,68,99); }
td.TdClassName
{
border-color: #2E4463;
}
.TagClassName
{
border-color: #2E4463;
}
</style>