Shades of Catalina Blue #2A4663
Tints of Catalina Blue #2A4663
RGB
CMYK
RGB Variations
Color information
#2A4663 (or 0x2A4663) is known color: Catalina Blue. HEX triplet: 2A, 46 and 63. RGB value is (42,70,99). Sum of RGB (Red+Green+Blue) = 42+70+99=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A4663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4663 is #D5B99C. Grayscale: #404040. Windows color (decimal): -14006685 or 6506026. OLE color: 6506026.
HSL color Cylindrical-coordinate representation of color #2A4663: hue angle of 210.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A4663 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 70 | 99 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.61 |
| HSL | 210.53º | 0.4% | 0.28% | - |
| HSV(B) | 210.53º | 0.58% | 0.39% | - |
| XYZ | 5.4 | 5.77 | 12.63 | - |
| YUV | 64.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 99 | 0.58 | 0.29 | 0 | 0.61 | 210.53 | 0.4 | 0.28 |
| Hex | 2A | 46 | 63 | 3A | 1D | 0 | 3D | D3 | 28 | 1C |
| Octal | 52 | 106 | 143 | 72 | 35 | 0 | 75 | 323 | 50 | 34 |
| Binary | 101010 | 1000110 | 1100011 | 111010 | 11101 | 0 | 111101 | 11010011 | 101000 | 11100 |
Color Harmonies of #2A4663
Complementary color
Monochromatic Colors of #2A4663
Black with #2A4663
Text Example
Text Example
White with #2A4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4663; }
p { color: rgb(42,70,99); }
H1.HeaderClassName
{
color: #2A4663;
}
.AnyTagClassName
{
color: #2A4663;
}
</style>
background-color css
<style>
a { background-color: #2A4663; }
a { background-color: rgb(42,70,99); }
div.DivClassName
{
background-color: #2A4663;
}
.BgClassName
{
background-color: #2A4663;
}
</style>
border-color css
<style>
span { border-color: #2A4663; }
span { border-color: rgb(42,70,99); }
td.TdClassName
{
border-color: #2A4663;
}
.TagClassName
{
border-color: #2A4663;
}
</style>