Shades of Catalina Blue #2B3C60
Tints of Catalina Blue #2B3C60
RGB
CMYK
RGB Variations
Color information
#2B3C60 (or 0x2B3C60) is known color: Catalina Blue. HEX triplet: 2B, 3C and 60. RGB value is (43,60,96). Sum of RGB (Red+Green+Blue) = 43+60+96=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B3C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3C60 is #D4C39F. Grayscale: #3A3A3A. Windows color (decimal): -13943712 or 6306859. OLE color: 6306859.
HSL color Cylindrical-coordinate representation of color #2B3C60: hue angle of 220.75º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B3C60 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 60 | 96 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.62 |
| HSL | 220.75º | 0.38% | 0.27% | - |
| HSV(B) | 220.75º | 0.55% | 0.38% | - |
| XYZ | 4.72 | 4.59 | 11.7 | - |
| YUV | 59.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 96 | 0.55 | 0.38 | 0 | 0.62 | 220.75 | 0.38 | 0.27 |
| Hex | 2B | 3C | 60 | 37 | 26 | 0 | 3E | DD | 26 | 1B |
| Octal | 53 | 74 | 140 | 67 | 46 | 0 | 76 | 335 | 46 | 33 |
| Binary | 101011 | 111100 | 1100000 | 110111 | 100110 | 0 | 111110 | 11011101 | 100110 | 11011 |
Color Harmonies of #2B3C60
Complementary color
Monochromatic Colors of #2B3C60
Black with #2B3C60
Text Example
Text Example
White with #2B3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C60; }
p { color: rgb(43,60,96); }
H1.HeaderClassName
{
color: #2B3C60;
}
.AnyTagClassName
{
color: #2B3C60;
}
</style>
background-color css
<style>
a { background-color: #2B3C60; }
a { background-color: rgb(43,60,96); }
div.DivClassName
{
background-color: #2B3C60;
}
.BgClassName
{
background-color: #2B3C60;
}
</style>
border-color css
<style>
span { border-color: #2B3C60; }
span { border-color: rgb(43,60,96); }
td.TdClassName
{
border-color: #2B3C60;
}
.TagClassName
{
border-color: #2B3C60;
}
</style>