Shades of Catalina Blue #2E4668
Tints of Catalina Blue #2E4668
RGB
CMYK
RGB Variations
Color information
#2E4668 (or 0x2E4668) is known color: Catalina Blue. HEX triplet: 2E, 46 and 68. RGB value is (46,70,104). Sum of RGB (Red+Green+Blue) = 46+70+104=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E4668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4668 is #D1B997. Grayscale: #424242. Windows color (decimal): -13744536 or 6833710. OLE color: 6833710.
HSL color Cylindrical-coordinate representation of color #2E4668: hue angle of 215.17º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4668 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 70 | 104 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.59 |
| HSL | 215.17º | 0.39% | 0.29% | - |
| HSV(B) | 215.17º | 0.56% | 0.41% | - |
| XYZ | 5.82 | 5.96 | 13.94 | - |
| YUV | 66.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 104 | 0.56 | 0.33 | 0 | 0.59 | 215.17 | 0.39 | 0.29 |
| Hex | 2E | 46 | 68 | 38 | 21 | 0 | 3B | D7 | 27 | 1D |
| Octal | 56 | 106 | 150 | 70 | 41 | 0 | 73 | 327 | 47 | 35 |
| Binary | 101110 | 1000110 | 1101000 | 111000 | 100001 | 0 | 111011 | 11010111 | 100111 | 11101 |
Color Harmonies of #2E4668
Complementary color
Monochromatic Colors of #2E4668
Black with #2E4668
Text Example
Text Example
White with #2E4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4668; }
p { color: rgb(46,70,104); }
H1.HeaderClassName
{
color: #2E4668;
}
.AnyTagClassName
{
color: #2E4668;
}
</style>
background-color css
<style>
a { background-color: #2E4668; }
a { background-color: rgb(46,70,104); }
div.DivClassName
{
background-color: #2E4668;
}
.BgClassName
{
background-color: #2E4668;
}
</style>
border-color css
<style>
span { border-color: #2E4668; }
span { border-color: rgb(46,70,104); }
td.TdClassName
{
border-color: #2E4668;
}
.TagClassName
{
border-color: #2E4668;
}
</style>