Shades of Catalina Blue #2B4669
Tints of Catalina Blue #2B4669
RGB
CMYK
RGB Variations
Color information
#2B4669 (or 0x2B4669) is known color: Catalina Blue. HEX triplet: 2B, 46 and 69. RGB value is (43,70,105). Sum of RGB (Red+Green+Blue) = 43+70+105=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4669 is #D4B996. Grayscale: #414141. Windows color (decimal): -13941143 or 6899243. OLE color: 6899243.
HSL color Cylindrical-coordinate representation of color #2B4669: hue angle of 213.87º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4669 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 70 | 105 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.59 |
| HSL | 213.87º | 0.42% | 0.29% | - |
| HSV(B) | 213.87º | 0.59% | 0.41% | - |
| XYZ | 5.74 | 5.91 | 14.2 | - |
| YUV | 65.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 105 | 0.59 | 0.33 | 0 | 0.59 | 213.87 | 0.42 | 0.29 |
| Hex | 2B | 46 | 69 | 3B | 21 | 0 | 3B | D6 | 2A | 1D |
| Octal | 53 | 106 | 151 | 73 | 41 | 0 | 73 | 326 | 52 | 35 |
| Binary | 101011 | 1000110 | 1101001 | 111011 | 100001 | 0 | 111011 | 11010110 | 101010 | 11101 |
Color Harmonies of #2B4669
Complementary color
Monochromatic Colors of #2B4669
Black with #2B4669
Text Example
Text Example
White with #2B4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4669; }
p { color: rgb(43,70,105); }
H1.HeaderClassName
{
color: #2B4669;
}
.AnyTagClassName
{
color: #2B4669;
}
</style>
background-color css
<style>
a { background-color: #2B4669; }
a { background-color: rgb(43,70,105); }
div.DivClassName
{
background-color: #2B4669;
}
.BgClassName
{
background-color: #2B4669;
}
</style>
border-color css
<style>
span { border-color: #2B4669; }
span { border-color: rgb(43,70,105); }
td.TdClassName
{
border-color: #2B4669;
}
.TagClassName
{
border-color: #2B4669;
}
</style>