Shades of Catalina Blue #2B4566
Tints of Catalina Blue #2B4566
RGB
CMYK
RGB Variations
Color information
#2B4566 (or 0x2B4566) is known color: Catalina Blue. HEX triplet: 2B, 45 and 66. RGB value is (43,69,102). Sum of RGB (Red+Green+Blue) = 43+69+102=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B4566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4566 is #D4BA99. Grayscale: #404040. Windows color (decimal): -13941402 or 6702379. OLE color: 6702379.
HSL color Cylindrical-coordinate representation of color #2B4566: hue angle of 213.56º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B4566 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 69 | 102 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.6 |
| HSL | 213.56º | 0.41% | 0.28% | - |
| HSV(B) | 213.56º | 0.58% | 0.4% | - |
| XYZ | 5.52 | 5.73 | 13.39 | - |
| YUV | 64.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 102 | 0.58 | 0.32 | 0 | 0.6 | 213.56 | 0.41 | 0.28 |
| Hex | 2B | 45 | 66 | 3A | 20 | 0 | 3C | D6 | 29 | 1C |
| Octal | 53 | 105 | 146 | 72 | 40 | 0 | 74 | 326 | 51 | 34 |
| Binary | 101011 | 1000101 | 1100110 | 111010 | 100000 | 0 | 111100 | 11010110 | 101001 | 11100 |
Color Harmonies of #2B4566
Complementary color
Monochromatic Colors of #2B4566
Black with #2B4566
Text Example
Text Example
White with #2B4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4566; }
p { color: rgb(43,69,102); }
H1.HeaderClassName
{
color: #2B4566;
}
.AnyTagClassName
{
color: #2B4566;
}
</style>
background-color css
<style>
a { background-color: #2B4566; }
a { background-color: rgb(43,69,102); }
div.DivClassName
{
background-color: #2B4566;
}
.BgClassName
{
background-color: #2B4566;
}
</style>
border-color css
<style>
span { border-color: #2B4566; }
span { border-color: rgb(43,69,102); }
td.TdClassName
{
border-color: #2B4566;
}
.TagClassName
{
border-color: #2B4566;
}
</style>