Shades of Catalina Blue #2B4163
Tints of Catalina Blue #2B4163
RGB
CMYK
RGB Variations
Color information
#2B4163 (or 0x2B4163) is known color: Catalina Blue. HEX triplet: 2B, 41 and 63. RGB value is (43,65,99). Sum of RGB (Red+Green+Blue) = 43+65+99=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4163 is #D4BE9C. Grayscale: #3E3E3E. Windows color (decimal): -13942429 or 6504747. OLE color: 6504747.
HSL color Cylindrical-coordinate representation of color #2B4163: hue angle of 216.43º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4163 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 65 | 99 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.61 |
| HSL | 216.43º | 0.39% | 0.28% | - |
| HSV(B) | 216.43º | 0.57% | 0.39% | - |
| XYZ | 5.14 | 5.2 | 12.54 | - |
| YUV | 62.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 99 | 0.57 | 0.34 | 0 | 0.61 | 216.43 | 0.39 | 0.28 |
| Hex | 2B | 41 | 63 | 39 | 22 | 0 | 3D | D8 | 27 | 1C |
| Octal | 53 | 101 | 143 | 71 | 42 | 0 | 75 | 330 | 47 | 34 |
| Binary | 101011 | 1000001 | 1100011 | 111001 | 100010 | 0 | 111101 | 11011000 | 100111 | 11100 |
Color Harmonies of #2B4163
Complementary color
Monochromatic Colors of #2B4163
Black with #2B4163
Text Example
Text Example
White with #2B4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4163; }
p { color: rgb(43,65,99); }
H1.HeaderClassName
{
color: #2B4163;
}
.AnyTagClassName
{
color: #2B4163;
}
</style>
background-color css
<style>
a { background-color: #2B4163; }
a { background-color: rgb(43,65,99); }
div.DivClassName
{
background-color: #2B4163;
}
.BgClassName
{
background-color: #2B4163;
}
</style>
border-color css
<style>
span { border-color: #2B4163; }
span { border-color: rgb(43,65,99); }
td.TdClassName
{
border-color: #2B4163;
}
.TagClassName
{
border-color: #2B4163;
}
</style>