Shades of Catalina Blue #2B4361
Tints of Catalina Blue #2B4361
RGB
CMYK
RGB Variations
Color information
#2B4361 (or 0x2B4361) is known color: Catalina Blue. HEX triplet: 2B, 43 and 61. RGB value is (43,67,97). Sum of RGB (Red+Green+Blue) = 43+67+97=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B4361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4361 is #D4BC9E. Grayscale: #3F3F3F. Windows color (decimal): -13941919 or 6374187. OLE color: 6374187.
HSL color Cylindrical-coordinate representation of color #2B4361: hue angle of 213.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B4361 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 67 | 97 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.62 |
| HSL | 213.33º | 0.39% | 0.27% | - |
| HSV(B) | 213.33º | 0.56% | 0.38% | - |
| XYZ | 5.16 | 5.39 | 12.08 | - |
| YUV | 63.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 97 | 0.56 | 0.31 | 0 | 0.62 | 213.33 | 0.39 | 0.27 |
| Hex | 2B | 43 | 61 | 38 | 1F | 0 | 3E | D5 | 27 | 1B |
| Octal | 53 | 103 | 141 | 70 | 37 | 0 | 76 | 325 | 47 | 33 |
| Binary | 101011 | 1000011 | 1100001 | 111000 | 11111 | 0 | 111110 | 11010101 | 100111 | 11011 |
Color Harmonies of #2B4361
Complementary color
Monochromatic Colors of #2B4361
Black with #2B4361
Text Example
Text Example
White with #2B4361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4361; }
p { color: rgb(43,67,97); }
H1.HeaderClassName
{
color: #2B4361;
}
.AnyTagClassName
{
color: #2B4361;
}
</style>
background-color css
<style>
a { background-color: #2B4361; }
a { background-color: rgb(43,67,97); }
div.DivClassName
{
background-color: #2B4361;
}
.BgClassName
{
background-color: #2B4361;
}
</style>
border-color css
<style>
span { border-color: #2B4361; }
span { border-color: rgb(43,67,97); }
td.TdClassName
{
border-color: #2B4361;
}
.TagClassName
{
border-color: #2B4361;
}
</style>