Shades of Catalina Blue #2B4469
Tints of Catalina Blue #2B4469
RGB
CMYK
RGB Variations
Color information
#2B4469 (or 0x2B4469) is known color: Catalina Blue. HEX triplet: 2B, 44 and 69. RGB value is (43,68,105). Sum of RGB (Red+Green+Blue) = 43+68+105=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B4469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4469 is #D4BB96. Grayscale: #404040. Windows color (decimal): -13941655 or 6898731. OLE color: 6898731.
HSL color Cylindrical-coordinate representation of color #2B4469: hue angle of 215.81º degrees, saturation: 0.42, 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 #2B4469 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 68 | 105 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.59 |
| HSL | 215.81º | 0.42% | 0.29% | - |
| HSV(B) | 215.81º | 0.59% | 0.41% | - |
| XYZ | 5.61 | 5.67 | 14.16 | - |
| YUV | 64.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 105 | 0.59 | 0.35 | 0 | 0.59 | 215.81 | 0.42 | 0.29 |
| Hex | 2B | 44 | 69 | 3B | 23 | 0 | 3B | D8 | 2A | 1D |
| Octal | 53 | 104 | 151 | 73 | 43 | 0 | 73 | 330 | 52 | 35 |
| Binary | 101011 | 1000100 | 1101001 | 111011 | 100011 | 0 | 111011 | 11011000 | 101010 | 11101 |
Color Harmonies of #2B4469
Complementary color
Monochromatic Colors of #2B4469
Black with #2B4469
Text Example
Text Example
White with #2B4469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4469; }
p { color: rgb(43,68,105); }
H1.HeaderClassName
{
color: #2B4469;
}
.AnyTagClassName
{
color: #2B4469;
}
</style>
background-color css
<style>
a { background-color: #2B4469; }
a { background-color: rgb(43,68,105); }
div.DivClassName
{
background-color: #2B4469;
}
.BgClassName
{
background-color: #2B4469;
}
</style>
border-color css
<style>
span { border-color: #2B4469; }
span { border-color: rgb(43,68,105); }
td.TdClassName
{
border-color: #2B4469;
}
.TagClassName
{
border-color: #2B4469;
}
</style>