Shades of Catalina Blue #2B4360
Tints of Catalina Blue #2B4360
RGB
CMYK
RGB Variations
Color information
#2B4360 (or 0x2B4360) is known color: Catalina Blue. HEX triplet: 2B, 43 and 60. RGB value is (43,67,96). Sum of RGB (Red+Green+Blue) = 43+67+96=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4360 is #D4BC9F. Grayscale: #3E3E3E. Windows color (decimal): -13941920 or 6308651. OLE color: 6308651.
HSL color Cylindrical-coordinate representation of color #2B4360: hue angle of 212.83º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B4360 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 67 | 96 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.62 |
| HSL | 212.83º | 0.38% | 0.27% | - |
| HSV(B) | 212.83º | 0.55% | 0.38% | - |
| XYZ | 5.11 | 5.37 | 11.83 | - |
| YUV | 63.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 96 | 0.55 | 0.30 | 0 | 0.62 | 212.83 | 0.38 | 0.27 |
| Hex | 2B | 43 | 60 | 37 | 1E | 0 | 3E | D5 | 26 | 1B |
| Octal | 53 | 103 | 140 | 67 | 36 | 0 | 76 | 325 | 46 | 33 |
| Binary | 101011 | 1000011 | 1100000 | 110111 | 11110 | 0 | 111110 | 11010101 | 100110 | 11011 |
Color Harmonies of #2B4360
Complementary color
Monochromatic Colors of #2B4360
Black with #2B4360
Text Example
Text Example
White with #2B4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4360; }
p { color: rgb(43,67,96); }
H1.HeaderClassName
{
color: #2B4360;
}
.AnyTagClassName
{
color: #2B4360;
}
</style>
background-color css
<style>
a { background-color: #2B4360; }
a { background-color: rgb(43,67,96); }
div.DivClassName
{
background-color: #2B4360;
}
.BgClassName
{
background-color: #2B4360;
}
</style>
border-color css
<style>
span { border-color: #2B4360; }
span { border-color: rgb(43,67,96); }
td.TdClassName
{
border-color: #2B4360;
}
.TagClassName
{
border-color: #2B4360;
}
</style>