Shades of Catalina Blue #2B445C
Tints of Catalina Blue #2B445C
RGB
CMYK
RGB Variations
Color information
#2B445C (or 0x2B445C) is known color: Catalina Blue. HEX triplet: 2B, 44 and 5C. RGB value is (43,68,92). Sum of RGB (Red+Green+Blue) = 43+68+92=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B445C is #D4BBA3. Grayscale: #3F3F3F. Windows color (decimal): -13941668 or 6046763. OLE color: 6046763.
HSL color Cylindrical-coordinate representation of color #2B445C: hue angle of 209.39º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B445C is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 68 | 92 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.64 |
| HSL | 209.39º | 0.36% | 0.26% | - |
| HSV(B) | 209.39º | 0.53% | 0.36% | - |
| XYZ | 5 | 5.42 | 10.91 | - |
| YUV | 63.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 92 | 0.53 | 0.26 | 0 | 0.64 | 209.39 | 0.36 | 0.26 |
| Hex | 2B | 44 | 5C | 35 | 1A | 0 | 40 | D1 | 24 | 1A |
| Octal | 53 | 104 | 134 | 65 | 32 | 0 | 100 | 321 | 44 | 32 |
| Binary | 101011 | 1000100 | 1011100 | 110101 | 11010 | 0 | 1000000 | 11010001 | 100100 | 11010 |
Color Harmonies of #2B445C
Complementary color
Monochromatic Colors of #2B445C
Black with #2B445C
Text Example
Text Example
White with #2B445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B445C; }
p { color: rgb(43,68,92); }
H1.HeaderClassName
{
color: #2B445C;
}
.AnyTagClassName
{
color: #2B445C;
}
</style>
background-color css
<style>
a { background-color: #2B445C; }
a { background-color: rgb(43,68,92); }
div.DivClassName
{
background-color: #2B445C;
}
.BgClassName
{
background-color: #2B445C;
}
</style>
border-color css
<style>
span { border-color: #2B445C; }
span { border-color: rgb(43,68,92); }
td.TdClassName
{
border-color: #2B445C;
}
.TagClassName
{
border-color: #2B445C;
}
</style>