Shades of Catalina Blue #2B3F58
Tints of Catalina Blue #2B3F58
RGB
CMYK
RGB Variations
Color information
#2B3F58 (or 0x2B3F58) is known color: Catalina Blue. HEX triplet: 2B, 3F and 58. RGB value is (43,63,88). Sum of RGB (Red+Green+Blue) = 43+63+88=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F58 is #D4C0A7. Grayscale: #3B3B3B. Windows color (decimal): -13942952 or 5783339. OLE color: 5783339.
HSL color Cylindrical-coordinate representation of color #2B3F58: hue angle of 213.33º 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 #2B3F58 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 63 | 88 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.65 |
| HSL | 213.33º | 0.34% | 0.26% | - |
| HSV(B) | 213.33º | 0.51% | 0.35% | - |
| XYZ | 4.54 | 4.77 | 9.91 | - |
| YUV | 59.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 88 | 0.51 | 0.28 | 0 | 0.65 | 213.33 | 0.34 | 0.26 |
| Hex | 2B | 3F | 58 | 33 | 1C | 0 | 41 | D5 | 22 | 1A |
| Octal | 53 | 77 | 130 | 63 | 34 | 0 | 101 | 325 | 42 | 32 |
| Binary | 101011 | 111111 | 1011000 | 110011 | 11100 | 0 | 1000001 | 11010101 | 100010 | 11010 |
Color Harmonies of #2B3F58
Complementary color
Monochromatic Colors of #2B3F58
Black with #2B3F58
Text Example
Text Example
White with #2B3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3F58; }
p { color: rgb(43,63,88); }
H1.HeaderClassName
{
color: #2B3F58;
}
.AnyTagClassName
{
color: #2B3F58;
}
</style>
background-color css
<style>
a { background-color: #2B3F58; }
a { background-color: rgb(43,63,88); }
div.DivClassName
{
background-color: #2B3F58;
}
.BgClassName
{
background-color: #2B3F58;
}
</style>
border-color css
<style>
span { border-color: #2B3F58; }
span { border-color: rgb(43,63,88); }
td.TdClassName
{
border-color: #2B3F58;
}
.TagClassName
{
border-color: #2B3F58;
}
</style>