Shades of Catalina Blue #2B4165
Tints of Catalina Blue #2B4165
RGB
CMYK
RGB Variations
Color information
#2B4165 (or 0x2B4165) is known color: Catalina Blue. HEX triplet: 2B, 41 and 65. RGB value is (43,65,101). Sum of RGB (Red+Green+Blue) = 43+65+101=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B4165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4165 is #D4BE9A. Grayscale: #3E3E3E. Windows color (decimal): -13942427 or 6635819. OLE color: 6635819.
HSL color Cylindrical-coordinate representation of color #2B4165: hue angle of 217.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4165 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 65 | 101 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.60 |
| HSL | 217.24º | 0.4% | 0.28% | - |
| HSV(B) | 217.24º | 0.57% | 0.4% | - |
| XYZ | 5.24 | 5.23 | 13.05 | - |
| YUV | 62.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 101 | 0.57 | 0.36 | 0 | 0.60 | 217.24 | 0.4 | 0.28 |
| Hex | 2B | 41 | 65 | 39 | 24 | 0 | 3C | D9 | 28 | 1C |
| Octal | 53 | 101 | 145 | 71 | 44 | 0 | 74 | 331 | 50 | 34 |
| Binary | 101011 | 1000001 | 1100101 | 111001 | 100100 | 0 | 111100 | 11011001 | 101000 | 11100 |
Color Harmonies of #2B4165
Complementary color
Monochromatic Colors of #2B4165
Black with #2B4165
Text Example
Text Example
White with #2B4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4165; }
p { color: rgb(43,65,101); }
H1.HeaderClassName
{
color: #2B4165;
}
.AnyTagClassName
{
color: #2B4165;
}
</style>
background-color css
<style>
a { background-color: #2B4165; }
a { background-color: rgb(43,65,101); }
div.DivClassName
{
background-color: #2B4165;
}
.BgClassName
{
background-color: #2B4165;
}
</style>
border-color css
<style>
span { border-color: #2B4165; }
span { border-color: rgb(43,65,101); }
td.TdClassName
{
border-color: #2B4165;
}
.TagClassName
{
border-color: #2B4165;
}
</style>