Shades of Catalina Blue #2B4468
Tints of Catalina Blue #2B4468
RGB
CMYK
RGB Variations
Color information
#2B4468 (or 0x2B4468) is known color: Catalina Blue. HEX triplet: 2B, 44 and 68. RGB value is (43,68,104). Sum of RGB (Red+Green+Blue) = 43+68+104=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4468 is #D4BB97. Grayscale: #404040. Windows color (decimal): -13941656 or 6833195. OLE color: 6833195.
HSL color Cylindrical-coordinate representation of color #2B4468: hue angle of 215.41º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4468 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 68 | 104 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.59 |
| HSL | 215.41º | 0.41% | 0.29% | - |
| HSV(B) | 215.41º | 0.59% | 0.41% | - |
| XYZ | 5.56 | 5.65 | 13.89 | - |
| YUV | 64.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 104 | 0.59 | 0.35 | 0 | 0.59 | 215.41 | 0.41 | 0.29 |
| Hex | 2B | 44 | 68 | 3B | 23 | 0 | 3B | D7 | 29 | 1D |
| Octal | 53 | 104 | 150 | 73 | 43 | 0 | 73 | 327 | 51 | 35 |
| Binary | 101011 | 1000100 | 1101000 | 111011 | 100011 | 0 | 111011 | 11010111 | 101001 | 11101 |
Color Harmonies of #2B4468
Complementary color
Monochromatic Colors of #2B4468
Black with #2B4468
Text Example
Text Example
White with #2B4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4468; }
p { color: rgb(43,68,104); }
H1.HeaderClassName
{
color: #2B4468;
}
.AnyTagClassName
{
color: #2B4468;
}
</style>
background-color css
<style>
a { background-color: #2B4468; }
a { background-color: rgb(43,68,104); }
div.DivClassName
{
background-color: #2B4468;
}
.BgClassName
{
background-color: #2B4468;
}
</style>
border-color css
<style>
span { border-color: #2B4468; }
span { border-color: rgb(43,68,104); }
td.TdClassName
{
border-color: #2B4468;
}
.TagClassName
{
border-color: #2B4468;
}
</style>