Shades of Catalina Blue #2E4359
Tints of Catalina Blue #2E4359
RGB
CMYK
RGB Variations
Color information
#2E4359 (or 0x2E4359) is known color: Catalina Blue. HEX triplet: 2E, 43 and 59. RGB value is (46,67,89). Sum of RGB (Red+Green+Blue) = 46+67+89=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4359 is #D1BCA6. Grayscale: #3F3F3F. Windows color (decimal): -13745319 or 5849902. OLE color: 5849902.
HSL color Cylindrical-coordinate representation of color #2E4359: hue angle of 210.7º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4359 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 67 | 89 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.65 |
| HSL | 210.7º | 0.32% | 0.26% | - |
| HSV(B) | 210.7º | 0.48% | 0.35% | - |
| XYZ | 4.94 | 5.32 | 10.22 | - |
| YUV | 63.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 89 | 0.48 | 0.25 | 0 | 0.65 | 210.7 | 0.32 | 0.26 |
| Hex | 2E | 43 | 59 | 30 | 19 | 0 | 41 | D3 | 20 | 1A |
| Octal | 56 | 103 | 131 | 60 | 31 | 0 | 101 | 323 | 40 | 32 |
| Binary | 101110 | 1000011 | 1011001 | 110000 | 11001 | 0 | 1000001 | 11010011 | 100000 | 11010 |
Color Harmonies of #2E4359
Complementary color
Monochromatic Colors of #2E4359
Black with #2E4359
Text Example
Text Example
White with #2E4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4359; }
p { color: rgb(46,67,89); }
H1.HeaderClassName
{
color: #2E4359;
}
.AnyTagClassName
{
color: #2E4359;
}
</style>
background-color css
<style>
a { background-color: #2E4359; }
a { background-color: rgb(46,67,89); }
div.DivClassName
{
background-color: #2E4359;
}
.BgClassName
{
background-color: #2E4359;
}
</style>
border-color css
<style>
span { border-color: #2E4359; }
span { border-color: rgb(46,67,89); }
td.TdClassName
{
border-color: #2E4359;
}
.TagClassName
{
border-color: #2E4359;
}
</style>