Shades of Catalina Blue #2B4059
Tints of Catalina Blue #2B4059
RGB
CMYK
RGB Variations
Color information
#2B4059 (or 0x2B4059) is known color: Catalina Blue. HEX triplet: 2B, 40 and 59. RGB value is (43,64,89). Sum of RGB (Red+Green+Blue) = 43+64+89=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4059 is #D4BFA6. Grayscale: #3C3C3C. Windows color (decimal): -13942695 or 5849131. OLE color: 5849131.
HSL color Cylindrical-coordinate representation of color #2B4059: hue angle of 212.61º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B4059 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 64 | 89 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.65 |
| HSL | 212.61º | 0.35% | 0.26% | - |
| HSV(B) | 212.61º | 0.52% | 0.35% | - |
| XYZ | 4.63 | 4.9 | 10.15 | - |
| YUV | 60.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 89 | 0.52 | 0.28 | 0 | 0.65 | 212.61 | 0.35 | 0.26 |
| Hex | 2B | 40 | 59 | 34 | 1C | 0 | 41 | D5 | 23 | 1A |
| Octal | 53 | 100 | 131 | 64 | 34 | 0 | 101 | 325 | 43 | 32 |
| Binary | 101011 | 1000000 | 1011001 | 110100 | 11100 | 0 | 1000001 | 11010101 | 100011 | 11010 |
Color Harmonies of #2B4059
Complementary color
Monochromatic Colors of #2B4059
Black with #2B4059
Text Example
Text Example
White with #2B4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4059; }
p { color: rgb(43,64,89); }
H1.HeaderClassName
{
color: #2B4059;
}
.AnyTagClassName
{
color: #2B4059;
}
</style>
background-color css
<style>
a { background-color: #2B4059; }
a { background-color: rgb(43,64,89); }
div.DivClassName
{
background-color: #2B4059;
}
.BgClassName
{
background-color: #2B4059;
}
</style>
border-color css
<style>
span { border-color: #2B4059; }
span { border-color: rgb(43,64,89); }
td.TdClassName
{
border-color: #2B4059;
}
.TagClassName
{
border-color: #2B4059;
}
</style>