Shades of Catalina Blue #2B3F65
Tints of Catalina Blue #2B3F65
RGB
CMYK
RGB Variations
Color information
#2B3F65 (or 0x2B3F65) is known color: Catalina Blue. HEX triplet: 2B, 3F and 65. RGB value is (43,63,101). Sum of RGB (Red+Green+Blue) = 43+63+101=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B3F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F65 is #D4C09A. Grayscale: #3D3D3D. Windows color (decimal): -13942939 or 6635307. OLE color: 6635307.
HSL color Cylindrical-coordinate representation of color #2B3F65: hue angle of 219.31º 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 #2B3F65 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 63 | 101 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.60 |
| HSL | 219.31º | 0.4% | 0.28% | - |
| HSV(B) | 219.31º | 0.57% | 0.4% | - |
| XYZ | 5.12 | 5.01 | 13.01 | - |
| YUV | 61.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 101 | 0.57 | 0.38 | 0 | 0.60 | 219.31 | 0.4 | 0.28 |
| Hex | 2B | 3F | 65 | 39 | 26 | 0 | 3C | DB | 28 | 1C |
| Octal | 53 | 77 | 145 | 71 | 46 | 0 | 74 | 333 | 50 | 34 |
| Binary | 101011 | 111111 | 1100101 | 111001 | 100110 | 0 | 111100 | 11011011 | 101000 | 11100 |
Color Harmonies of #2B3F65
Complementary color
Monochromatic Colors of #2B3F65
Black with #2B3F65
Text Example
Text Example
White with #2B3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3F65; }
p { color: rgb(43,63,101); }
H1.HeaderClassName
{
color: #2B3F65;
}
.AnyTagClassName
{
color: #2B3F65;
}
</style>
background-color css
<style>
a { background-color: #2B3F65; }
a { background-color: rgb(43,63,101); }
div.DivClassName
{
background-color: #2B3F65;
}
.BgClassName
{
background-color: #2B3F65;
}
</style>
border-color css
<style>
span { border-color: #2B3F65; }
span { border-color: rgb(43,63,101); }
td.TdClassName
{
border-color: #2B3F65;
}
.TagClassName
{
border-color: #2B3F65;
}
</style>