Shades of Catalina Blue #2A4159
Tints of Catalina Blue #2A4159
RGB
CMYK
RGB Variations
Color information
#2A4159 (or 0x2A4159) is known color: Catalina Blue. HEX triplet: 2A, 41 and 59. RGB value is (42,65,89). Sum of RGB (Red+Green+Blue) = 42+65+89=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A4159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4159 is #D5BEA6. Grayscale: #3C3C3C. Windows color (decimal): -14007975 or 5849386. OLE color: 5849386.
HSL color Cylindrical-coordinate representation of color #2A4159: hue angle of 210.64º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A4159 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 65 | 89 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.65 |
| HSL | 210.64º | 0.36% | 0.26% | - |
| HSV(B) | 210.64º | 0.53% | 0.35% | - |
| XYZ | 4.65 | 4.99 | 10.17 | - |
| YUV | 60.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 89 | 0.53 | 0.27 | 0 | 0.65 | 210.64 | 0.36 | 0.26 |
| Hex | 2A | 41 | 59 | 35 | 1B | 0 | 41 | D3 | 24 | 1A |
| Octal | 52 | 101 | 131 | 65 | 33 | 0 | 101 | 323 | 44 | 32 |
| Binary | 101010 | 1000001 | 1011001 | 110101 | 11011 | 0 | 1000001 | 11010011 | 100100 | 11010 |
Color Harmonies of #2A4159
Complementary color
Monochromatic Colors of #2A4159
Black with #2A4159
Text Example
Text Example
White with #2A4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4159; }
p { color: rgb(42,65,89); }
H1.HeaderClassName
{
color: #2A4159;
}
.AnyTagClassName
{
color: #2A4159;
}
</style>
background-color css
<style>
a { background-color: #2A4159; }
a { background-color: rgb(42,65,89); }
div.DivClassName
{
background-color: #2A4159;
}
.BgClassName
{
background-color: #2A4159;
}
</style>
border-color css
<style>
span { border-color: #2A4159; }
span { border-color: rgb(42,65,89); }
td.TdClassName
{
border-color: #2A4159;
}
.TagClassName
{
border-color: #2A4159;
}
</style>