Shades of Catalina Blue #2B445F
Tints of Catalina Blue #2B445F
RGB
CMYK
RGB Variations
Color information
#2B445F (or 0x2B445F) is known color: Catalina Blue. HEX triplet: 2B, 44 and 5F. RGB value is (43,68,95). Sum of RGB (Red+Green+Blue) = 43+68+95=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B445F is #D4BBA0. Grayscale: #3F3F3F. Windows color (decimal): -13941665 or 6243371. OLE color: 6243371.
HSL color Cylindrical-coordinate representation of color #2B445F: hue angle of 211.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B445F is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 68 | 95 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.63 |
| HSL | 211.15º | 0.38% | 0.27% | - |
| HSV(B) | 211.15º | 0.55% | 0.37% | - |
| XYZ | 5.13 | 5.47 | 11.61 | - |
| YUV | 63.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 95 | 0.55 | 0.28 | 0 | 0.63 | 211.15 | 0.38 | 0.27 |
| Hex | 2B | 44 | 5F | 37 | 1C | 0 | 3F | D3 | 26 | 1B |
| Octal | 53 | 104 | 137 | 67 | 34 | 0 | 77 | 323 | 46 | 33 |
| Binary | 101011 | 1000100 | 1011111 | 110111 | 11100 | 0 | 111111 | 11010011 | 100110 | 11011 |
Color Harmonies of #2B445F
Complementary color
Monochromatic Colors of #2B445F
Black with #2B445F
Text Example
Text Example
White with #2B445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B445F; }
p { color: rgb(43,68,95); }
H1.HeaderClassName
{
color: #2B445F;
}
.AnyTagClassName
{
color: #2B445F;
}
</style>
background-color css
<style>
a { background-color: #2B445F; }
a { background-color: rgb(43,68,95); }
div.DivClassName
{
background-color: #2B445F;
}
.BgClassName
{
background-color: #2B445F;
}
</style>
border-color css
<style>
span { border-color: #2B445F; }
span { border-color: rgb(43,68,95); }
td.TdClassName
{
border-color: #2B445F;
}
.TagClassName
{
border-color: #2B445F;
}
</style>