Shades of Catalina Blue #2B4158
Tints of Catalina Blue #2B4158
RGB
CMYK
RGB Variations
Color information
#2B4158 (or 0x2B4158) is known color: Catalina Blue. HEX triplet: 2B, 41 and 58. RGB value is (43,65,88). Sum of RGB (Red+Green+Blue) = 43+65+88=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4158 is #D4BEA7. Grayscale: #3C3C3C. Windows color (decimal): -13942440 or 5783851. OLE color: 5783851.
HSL color Cylindrical-coordinate representation of color #2B4158: hue angle of 210.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4158 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 65 | 88 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.65 |
| HSL | 210.67º | 0.34% | 0.26% | - |
| HSV(B) | 210.67º | 0.51% | 0.35% | - |
| XYZ | 4.65 | 5 | 9.95 | - |
| YUV | 61.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 88 | 0.51 | 0.26 | 0 | 0.65 | 210.67 | 0.34 | 0.26 |
| Hex | 2B | 41 | 58 | 33 | 1A | 0 | 41 | D3 | 22 | 1A |
| Octal | 53 | 101 | 130 | 63 | 32 | 0 | 101 | 323 | 42 | 32 |
| Binary | 101011 | 1000001 | 1011000 | 110011 | 11010 | 0 | 1000001 | 11010011 | 100010 | 11010 |
Color Harmonies of #2B4158
Complementary color
Monochromatic Colors of #2B4158
Black with #2B4158
Text Example
Text Example
White with #2B4158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4158; }
p { color: rgb(43,65,88); }
H1.HeaderClassName
{
color: #2B4158;
}
.AnyTagClassName
{
color: #2B4158;
}
</style>
background-color css
<style>
a { background-color: #2B4158; }
a { background-color: rgb(43,65,88); }
div.DivClassName
{
background-color: #2B4158;
}
.BgClassName
{
background-color: #2B4158;
}
</style>
border-color css
<style>
span { border-color: #2B4158; }
span { border-color: rgb(43,65,88); }
td.TdClassName
{
border-color: #2B4158;
}
.TagClassName
{
border-color: #2B4158;
}
</style>