Shades of Catalina Blue #2E4465
Tints of Catalina Blue #2E4465
RGB
CMYK
RGB Variations
Color information
#2E4465 (or 0x2E4465) is known color: Catalina Blue. HEX triplet: 2E, 44 and 65. RGB value is (46,68,101). Sum of RGB (Red+Green+Blue) = 46+68+101=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4465 is #D1BB9A. Grayscale: #414141. Windows color (decimal): -13745051 or 6636590. OLE color: 6636590.
HSL color Cylindrical-coordinate representation of color #2E4465: hue angle of 216º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E4465 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 68 | 101 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.60 |
| HSL | 216º | 0.37% | 0.29% | - |
| HSV(B) | 216º | 0.54% | 0.4% | - |
| XYZ | 5.54 | 5.65 | 13.11 | - |
| YUV | 65.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 101 | 0.54 | 0.33 | 0 | 0.60 | 216 | 0.37 | 0.29 |
| Hex | 2E | 44 | 65 | 36 | 21 | 0 | 3C | D8 | 25 | 1D |
| Octal | 56 | 104 | 145 | 66 | 41 | 0 | 74 | 330 | 45 | 35 |
| Binary | 101110 | 1000100 | 1100101 | 110110 | 100001 | 0 | 111100 | 11011000 | 100101 | 11101 |
Color Harmonies of #2E4465
Complementary color
Monochromatic Colors of #2E4465
Black with #2E4465
Text Example
Text Example
White with #2E4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4465; }
p { color: rgb(46,68,101); }
H1.HeaderClassName
{
color: #2E4465;
}
.AnyTagClassName
{
color: #2E4465;
}
</style>
background-color css
<style>
a { background-color: #2E4465; }
a { background-color: rgb(46,68,101); }
div.DivClassName
{
background-color: #2E4465;
}
.BgClassName
{
background-color: #2E4465;
}
</style>
border-color css
<style>
span { border-color: #2E4465; }
span { border-color: rgb(46,68,101); }
td.TdClassName
{
border-color: #2E4465;
}
.TagClassName
{
border-color: #2E4465;
}
</style>