Shades of Catalina Blue #2B476A
Tints of Catalina Blue #2B476A
RGB
CMYK
RGB Variations
Color information
#2B476A (or 0x2B476A) is known color: Catalina Blue. HEX triplet: 2B, 47 and 6A. RGB value is (43,71,106). Sum of RGB (Red+Green+Blue) = 43+71+106=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B476A is #D4B895. Grayscale: #424242. Windows color (decimal): -13940886 or 6965035. OLE color: 6965035.
HSL color Cylindrical-coordinate representation of color #2B476A: hue angle of 213.33º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B476A is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 71 | 106 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.58 |
| HSL | 213.33º | 0.42% | 0.29% | - |
| HSV(B) | 213.33º | 0.59% | 0.42% | - |
| XYZ | 5.85 | 6.06 | 14.5 | - |
| YUV | 66.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 106 | 0.59 | 0.33 | 0 | 0.58 | 213.33 | 0.42 | 0.29 |
| Hex | 2B | 47 | 6A | 3B | 21 | 0 | 3A | D5 | 2A | 1D |
| Octal | 53 | 107 | 152 | 73 | 41 | 0 | 72 | 325 | 52 | 35 |
| Binary | 101011 | 1000111 | 1101010 | 111011 | 100001 | 0 | 111010 | 11010101 | 101010 | 11101 |
Color Harmonies of #2B476A
Complementary color
Monochromatic Colors of #2B476A
Black with #2B476A
Text Example
Text Example
White with #2B476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B476A; }
p { color: rgb(43,71,106); }
H1.HeaderClassName
{
color: #2B476A;
}
.AnyTagClassName
{
color: #2B476A;
}
</style>
background-color css
<style>
a { background-color: #2B476A; }
a { background-color: rgb(43,71,106); }
div.DivClassName
{
background-color: #2B476A;
}
.BgClassName
{
background-color: #2B476A;
}
</style>
border-color css
<style>
span { border-color: #2B476A; }
span { border-color: rgb(43,71,106); }
td.TdClassName
{
border-color: #2B476A;
}
.TagClassName
{
border-color: #2B476A;
}
</style>