Shades of Catalina Blue #2B476D
Tints of Catalina Blue #2B476D
RGB
CMYK
RGB Variations
Color information
#2B476D (or 0x2B476D) is known color: Catalina Blue. HEX triplet: 2B, 47 and 6D. RGB value is (43,71,109). Sum of RGB (Red+Green+Blue) = 43+71+109=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B476D is #D4B892. Grayscale: #424242. Windows color (decimal): -13940883 or 7161643. OLE color: 7161643.
HSL color Cylindrical-coordinate representation of color #2B476D: hue angle of 214.55º 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 #2B476D is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 71 | 109 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.57 |
| HSL | 214.55º | 0.43% | 0.3% | - |
| HSV(B) | 214.55º | 0.61% | 0.43% | - |
| XYZ | 6.01 | 6.12 | 15.33 | - |
| YUV | 66.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 109 | 0.61 | 0.35 | 0 | 0.57 | 214.55 | 0.43 | 0.3 |
| Hex | 2B | 47 | 6D | 3D | 23 | 0 | 39 | D7 | 2B | 1E |
| Octal | 53 | 107 | 155 | 75 | 43 | 0 | 71 | 327 | 53 | 36 |
| Binary | 101011 | 1000111 | 1101101 | 111101 | 100011 | 0 | 111001 | 11010111 | 101011 | 11110 |
Color Harmonies of #2B476D
Complementary color
Monochromatic Colors of #2B476D
Black with #2B476D
Text Example
Text Example
White with #2B476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B476D; }
p { color: rgb(43,71,109); }
H1.HeaderClassName
{
color: #2B476D;
}
.AnyTagClassName
{
color: #2B476D;
}
</style>
background-color css
<style>
a { background-color: #2B476D; }
a { background-color: rgb(43,71,109); }
div.DivClassName
{
background-color: #2B476D;
}
.BgClassName
{
background-color: #2B476D;
}
</style>
border-color css
<style>
span { border-color: #2B476D; }
span { border-color: rgb(43,71,109); }
td.TdClassName
{
border-color: #2B476D;
}
.TagClassName
{
border-color: #2B476D;
}
</style>