Shades of Catalina Blue #2B3F5D
Tints of Catalina Blue #2B3F5D
RGB
CMYK
RGB Variations
Color information
#2B3F5D (or 0x2B3F5D) is known color: Catalina Blue. HEX triplet: 2B, 3F and 5D. RGB value is (43,63,93). Sum of RGB (Red+Green+Blue) = 43+63+93=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B3F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F5D is #D4C0A2. Grayscale: #3C3C3C. Windows color (decimal): -13942947 or 6111019. OLE color: 6111019.
HSL color Cylindrical-coordinate representation of color #2B3F5D: hue angle of 216º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B3F5D is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 63 | 93 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.64 |
| HSL | 216º | 0.37% | 0.27% | - |
| HSV(B) | 216º | 0.54% | 0.36% | - |
| XYZ | 4.75 | 4.86 | 11.04 | - |
| YUV | 60.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 93 | 0.54 | 0.32 | 0 | 0.64 | 216 | 0.37 | 0.27 |
| Hex | 2B | 3F | 5D | 36 | 20 | 0 | 40 | D8 | 25 | 1B |
| Octal | 53 | 77 | 135 | 66 | 40 | 0 | 100 | 330 | 45 | 33 |
| Binary | 101011 | 111111 | 1011101 | 110110 | 100000 | 0 | 1000000 | 11011000 | 100101 | 11011 |
Color Harmonies of #2B3F5D
Complementary color
Monochromatic Colors of #2B3F5D
Black with #2B3F5D
Text Example
Text Example
White with #2B3F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3F5D; }
p { color: rgb(43,63,93); }
H1.HeaderClassName
{
color: #2B3F5D;
}
.AnyTagClassName
{
color: #2B3F5D;
}
</style>
background-color css
<style>
a { background-color: #2B3F5D; }
a { background-color: rgb(43,63,93); }
div.DivClassName
{
background-color: #2B3F5D;
}
.BgClassName
{
background-color: #2B3F5D;
}
</style>
border-color css
<style>
span { border-color: #2B3F5D; }
span { border-color: rgb(43,63,93); }
td.TdClassName
{
border-color: #2B3F5D;
}
.TagClassName
{
border-color: #2B3F5D;
}
</style>