Shades of Catalina Blue #2A3D59
Tints of Catalina Blue #2A3D59
RGB
CMYK
RGB Variations
Color information
#2A3D59 (or 0x2A3D59) is known color: Catalina Blue. HEX triplet: 2A, 3D and 59. RGB value is (42,61,89). Sum of RGB (Red+Green+Blue) = 42+61+89=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A3D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3D59 is #D5C2A6. Grayscale: #3A3A3A. Windows color (decimal): -14008999 or 5848362. OLE color: 5848362.
HSL color Cylindrical-coordinate representation of color #2A3D59: hue angle of 215.74º 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 #2A3D59 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 61 | 89 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.65 |
| HSL | 215.74º | 0.36% | 0.26% | - |
| HSV(B) | 215.74º | 0.53% | 0.35% | - |
| XYZ | 4.43 | 4.55 | 10.1 | - |
| YUV | 58.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 89 | 0.53 | 0.31 | 0 | 0.65 | 215.74 | 0.36 | 0.26 |
| Hex | 2A | 3D | 59 | 35 | 1F | 0 | 41 | D8 | 24 | 1A |
| Octal | 52 | 75 | 131 | 65 | 37 | 0 | 101 | 330 | 44 | 32 |
| Binary | 101010 | 111101 | 1011001 | 110101 | 11111 | 0 | 1000001 | 11011000 | 100100 | 11010 |
Color Harmonies of #2A3D59
Complementary color
Monochromatic Colors of #2A3D59
Black with #2A3D59
Text Example
Text Example
White with #2A3D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D59; }
p { color: rgb(42,61,89); }
H1.HeaderClassName
{
color: #2A3D59;
}
.AnyTagClassName
{
color: #2A3D59;
}
</style>
background-color css
<style>
a { background-color: #2A3D59; }
a { background-color: rgb(42,61,89); }
div.DivClassName
{
background-color: #2A3D59;
}
.BgClassName
{
background-color: #2A3D59;
}
</style>
border-color css
<style>
span { border-color: #2A3D59; }
span { border-color: rgb(42,61,89); }
td.TdClassName
{
border-color: #2A3D59;
}
.TagClassName
{
border-color: #2A3D59;
}
</style>