Shades of Catalina Blue #2B466D
Tints of Catalina Blue #2B466D
RGB
CMYK
RGB Variations
Color information
#2B466D (or 0x2B466D) is known color: Catalina Blue. HEX triplet: 2B, 46 and 6D. RGB value is (43,70,109). Sum of RGB (Red+Green+Blue) = 43+70+109=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B466D is #D4B992. Grayscale: #424242. Windows color (decimal): -13941139 or 7161387. OLE color: 7161387.
HSL color Cylindrical-coordinate representation of color #2B466D: hue angle of 215.45º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B466D is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 70 | 109 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.57 |
| HSL | 215.45º | 0.43% | 0.3% | - |
| HSV(B) | 215.45º | 0.61% | 0.43% | - |
| XYZ | 5.95 | 6 | 15.31 | - |
| YUV | 66.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 109 | 0.61 | 0.36 | 0 | 0.57 | 215.45 | 0.43 | 0.3 |
| Hex | 2B | 46 | 6D | 3D | 24 | 0 | 39 | D7 | 2B | 1E |
| Octal | 53 | 106 | 155 | 75 | 44 | 0 | 71 | 327 | 53 | 36 |
| Binary | 101011 | 1000110 | 1101101 | 111101 | 100100 | 0 | 111001 | 11010111 | 101011 | 11110 |
Color Harmonies of #2B466D
Complementary color
Monochromatic Colors of #2B466D
Black with #2B466D
Text Example
Text Example
White with #2B466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B466D; }
p { color: rgb(43,70,109); }
H1.HeaderClassName
{
color: #2B466D;
}
.AnyTagClassName
{
color: #2B466D;
}
</style>
background-color css
<style>
a { background-color: #2B466D; }
a { background-color: rgb(43,70,109); }
div.DivClassName
{
background-color: #2B466D;
}
.BgClassName
{
background-color: #2B466D;
}
</style>
border-color css
<style>
span { border-color: #2B466D; }
span { border-color: rgb(43,70,109); }
td.TdClassName
{
border-color: #2B466D;
}
.TagClassName
{
border-color: #2B466D;
}
</style>