Shades of Catalina Blue #2A4056
Tints of Catalina Blue #2A4056
RGB
CMYK
RGB Variations
Color information
#2A4056 (or 0x2A4056) is known color: Catalina Blue. HEX triplet: 2A, 40 and 56. RGB value is (42,64,86). Sum of RGB (Red+Green+Blue) = 42+64+86=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4056 is #D5BFA9. Grayscale: #3B3B3B. Windows color (decimal): -14008234 or 5652522. OLE color: 5652522.
HSL color Cylindrical-coordinate representation of color #2A4056: hue angle of 210º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4056 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 64 | 86 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.66 |
| HSL | 210º | 0.34% | 0.25% | - |
| HSV(B) | 210º | 0.51% | 0.34% | - |
| XYZ | 4.47 | 4.83 | 9.5 | - |
| YUV | 59.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 86 | 0.51 | 0.26 | 0 | 0.66 | 210 | 0.34 | 0.25 |
| Hex | 2A | 40 | 56 | 33 | 1A | 0 | 42 | D2 | 22 | 19 |
| Octal | 52 | 100 | 126 | 63 | 32 | 0 | 102 | 322 | 42 | 31 |
| Binary | 101010 | 1000000 | 1010110 | 110011 | 11010 | 0 | 1000010 | 11010010 | 100010 | 11001 |
Color Harmonies of #2A4056
Complementary color
Monochromatic Colors of #2A4056
Black with #2A4056
Text Example
Text Example
White with #2A4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4056; }
p { color: rgb(42,64,86); }
H1.HeaderClassName
{
color: #2A4056;
}
.AnyTagClassName
{
color: #2A4056;
}
</style>
background-color css
<style>
a { background-color: #2A4056; }
a { background-color: rgb(42,64,86); }
div.DivClassName
{
background-color: #2A4056;
}
.BgClassName
{
background-color: #2A4056;
}
</style>
border-color css
<style>
span { border-color: #2A4056; }
span { border-color: rgb(42,64,86); }
td.TdClassName
{
border-color: #2A4056;
}
.TagClassName
{
border-color: #2A4056;
}
</style>