Shades of Catalina Blue #2A4365
Tints of Catalina Blue #2A4365
RGB
CMYK
RGB Variations
Color information
#2A4365 (or 0x2A4365) is known color: Catalina Blue. HEX triplet: 2A, 43 and 65. RGB value is (42,67,101). Sum of RGB (Red+Green+Blue) = 42+67+101=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A4365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4365 is #D5BC9A. Grayscale: #3F3F3F. Windows color (decimal): -14007451 or 6636330. OLE color: 6636330.
HSL color Cylindrical-coordinate representation of color #2A4365: hue angle of 214.58º 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 #2A4365 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 67 | 101 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.60 |
| HSL | 214.58º | 0.41% | 0.28% | - |
| HSV(B) | 214.58º | 0.58% | 0.4% | - |
| XYZ | 5.31 | 5.45 | 13.08 | - |
| YUV | 63.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 101 | 0.58 | 0.34 | 0 | 0.60 | 214.58 | 0.41 | 0.28 |
| Hex | 2A | 43 | 65 | 3A | 22 | 0 | 3C | D7 | 29 | 1C |
| Octal | 52 | 103 | 145 | 72 | 42 | 0 | 74 | 327 | 51 | 34 |
| Binary | 101010 | 1000011 | 1100101 | 111010 | 100010 | 0 | 111100 | 11010111 | 101001 | 11100 |
Color Harmonies of #2A4365
Complementary color
Monochromatic Colors of #2A4365
Black with #2A4365
Text Example
Text Example
White with #2A4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4365; }
p { color: rgb(42,67,101); }
H1.HeaderClassName
{
color: #2A4365;
}
.AnyTagClassName
{
color: #2A4365;
}
</style>
background-color css
<style>
a { background-color: #2A4365; }
a { background-color: rgb(42,67,101); }
div.DivClassName
{
background-color: #2A4365;
}
.BgClassName
{
background-color: #2A4365;
}
</style>
border-color css
<style>
span { border-color: #2A4365; }
span { border-color: rgb(42,67,101); }
td.TdClassName
{
border-color: #2A4365;
}
.TagClassName
{
border-color: #2A4365;
}
</style>