Shades of Catalina Blue #2B415D
Tints of Catalina Blue #2B415D
RGB
CMYK
RGB Variations
Color information
#2B415D (or 0x2B415D) is known color: Catalina Blue. HEX triplet: 2B, 41 and 5D. RGB value is (43,65,93). Sum of RGB (Red+Green+Blue) = 43+65+93=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B415D is #D4BEA2. Grayscale: #3D3D3D. Windows color (decimal): -13942435 or 6111531. OLE color: 6111531.
HSL color Cylindrical-coordinate representation of color #2B415D: hue angle of 213.6º 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 #2B415D is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 65 | 93 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.64 |
| HSL | 213.6º | 0.37% | 0.27% | - |
| HSV(B) | 213.6º | 0.54% | 0.36% | - |
| XYZ | 4.86 | 5.08 | 11.08 | - |
| YUV | 61.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 93 | 0.54 | 0.30 | 0 | 0.64 | 213.6 | 0.37 | 0.27 |
| Hex | 2B | 41 | 5D | 36 | 1E | 0 | 40 | D6 | 25 | 1B |
| Octal | 53 | 101 | 135 | 66 | 36 | 0 | 100 | 326 | 45 | 33 |
| Binary | 101011 | 1000001 | 1011101 | 110110 | 11110 | 0 | 1000000 | 11010110 | 100101 | 11011 |
Color Harmonies of #2B415D
Complementary color
Monochromatic Colors of #2B415D
Black with #2B415D
Text Example
Text Example
White with #2B415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B415D; }
p { color: rgb(43,65,93); }
H1.HeaderClassName
{
color: #2B415D;
}
.AnyTagClassName
{
color: #2B415D;
}
</style>
background-color css
<style>
a { background-color: #2B415D; }
a { background-color: rgb(43,65,93); }
div.DivClassName
{
background-color: #2B415D;
}
.BgClassName
{
background-color: #2B415D;
}
</style>
border-color css
<style>
span { border-color: #2B415D; }
span { border-color: rgb(43,65,93); }
td.TdClassName
{
border-color: #2B415D;
}
.TagClassName
{
border-color: #2B415D;
}
</style>