Shades of Catalina Blue #2B3F59
Tints of Catalina Blue #2B3F59
RGB
CMYK
RGB Variations
Color information
#2B3F59 (or 0x2B3F59) is known color: Catalina Blue. HEX triplet: 2B, 3F and 59. RGB value is (43,63,89). Sum of RGB (Red+Green+Blue) = 43+63+89=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F59 is #D4C0A6. Grayscale: #3B3B3B. Windows color (decimal): -13942951 or 5848875. OLE color: 5848875.
HSL color Cylindrical-coordinate representation of color #2B3F59: hue angle of 213.91º 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 #2B3F59 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 63 | 89 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.65 |
| HSL | 213.91º | 0.35% | 0.26% | - |
| HSV(B) | 213.91º | 0.52% | 0.35% | - |
| XYZ | 4.58 | 4.79 | 10.13 | - |
| YUV | 59.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 89 | 0.52 | 0.29 | 0 | 0.65 | 213.91 | 0.35 | 0.26 |
| Hex | 2B | 3F | 59 | 34 | 1D | 0 | 41 | D6 | 23 | 1A |
| Octal | 53 | 77 | 131 | 64 | 35 | 0 | 101 | 326 | 43 | 32 |
| Binary | 101011 | 111111 | 1011001 | 110100 | 11101 | 0 | 1000001 | 11010110 | 100011 | 11010 |
Color Harmonies of #2B3F59
Complementary color
Monochromatic Colors of #2B3F59
Black with #2B3F59
Text Example
Text Example
White with #2B3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3F59; }
p { color: rgb(43,63,89); }
H1.HeaderClassName
{
color: #2B3F59;
}
.AnyTagClassName
{
color: #2B3F59;
}
</style>
background-color css
<style>
a { background-color: #2B3F59; }
a { background-color: rgb(43,63,89); }
div.DivClassName
{
background-color: #2B3F59;
}
.BgClassName
{
background-color: #2B3F59;
}
</style>
border-color css
<style>
span { border-color: #2B3F59; }
span { border-color: rgb(43,63,89); }
td.TdClassName
{
border-color: #2B3F59;
}
.TagClassName
{
border-color: #2B3F59;
}
</style>