Shades of Catalina Blue #2A4565
Tints of Catalina Blue #2A4565
RGB
CMYK
RGB Variations
Color information
#2A4565 (or 0x2A4565) is known color: Catalina Blue. HEX triplet: 2A, 45 and 65. RGB value is (42,69,101). Sum of RGB (Red+Green+Blue) = 42+69+101=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4565 is #D5BA9A. Grayscale: #404040. Windows color (decimal): -14006939 or 6636842. OLE color: 6636842.
HSL color Cylindrical-coordinate representation of color #2A4565: hue angle of 212.54º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A4565 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 69 | 101 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.60 |
| HSL | 212.54º | 0.41% | 0.28% | - |
| HSV(B) | 212.54º | 0.58% | 0.4% | - |
| XYZ | 5.43 | 5.69 | 13.12 | - |
| YUV | 64.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 101 | 0.58 | 0.32 | 0 | 0.60 | 212.54 | 0.41 | 0.28 |
| Hex | 2A | 45 | 65 | 3A | 20 | 0 | 3C | D5 | 29 | 1C |
| Octal | 52 | 105 | 145 | 72 | 40 | 0 | 74 | 325 | 51 | 34 |
| Binary | 101010 | 1000101 | 1100101 | 111010 | 100000 | 0 | 111100 | 11010101 | 101001 | 11100 |
Color Harmonies of #2A4565
Complementary color
Monochromatic Colors of #2A4565
Black with #2A4565
Text Example
Text Example
White with #2A4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4565; }
p { color: rgb(42,69,101); }
H1.HeaderClassName
{
color: #2A4565;
}
.AnyTagClassName
{
color: #2A4565;
}
</style>
background-color css
<style>
a { background-color: #2A4565; }
a { background-color: rgb(42,69,101); }
div.DivClassName
{
background-color: #2A4565;
}
.BgClassName
{
background-color: #2A4565;
}
</style>
border-color css
<style>
span { border-color: #2A4565; }
span { border-color: rgb(42,69,101); }
td.TdClassName
{
border-color: #2A4565;
}
.TagClassName
{
border-color: #2A4565;
}
</style>