Shades of Catalina Blue #2A4360
Tints of Catalina Blue #2A4360
RGB
CMYK
RGB Variations
Color information
#2A4360 (or 0x2A4360) is known color: Catalina Blue. HEX triplet: 2A, 43 and 60. RGB value is (42,67,96). Sum of RGB (Red+Green+Blue) = 42+67+96=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4360 is #D5BC9F. Grayscale: #3E3E3E. Windows color (decimal): -14007456 or 6308650. OLE color: 6308650.
HSL color Cylindrical-coordinate representation of color #2A4360: hue angle of 212.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A4360 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 67 | 96 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.62 |
| HSL | 212.22º | 0.39% | 0.27% | - |
| HSV(B) | 212.22º | 0.56% | 0.38% | - |
| XYZ | 5.07 | 5.35 | 11.83 | - |
| YUV | 62.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 96 | 0.56 | 0.30 | 0 | 0.62 | 212.22 | 0.39 | 0.27 |
| Hex | 2A | 43 | 60 | 38 | 1E | 0 | 3E | D4 | 27 | 1B |
| Octal | 52 | 103 | 140 | 70 | 36 | 0 | 76 | 324 | 47 | 33 |
| Binary | 101010 | 1000011 | 1100000 | 111000 | 11110 | 0 | 111110 | 11010100 | 100111 | 11011 |
Color Harmonies of #2A4360
Complementary color
Monochromatic Colors of #2A4360
Black with #2A4360
Text Example
Text Example
White with #2A4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4360; }
p { color: rgb(42,67,96); }
H1.HeaderClassName
{
color: #2A4360;
}
.AnyTagClassName
{
color: #2A4360;
}
</style>
background-color css
<style>
a { background-color: #2A4360; }
a { background-color: rgb(42,67,96); }
div.DivClassName
{
background-color: #2A4360;
}
.BgClassName
{
background-color: #2A4360;
}
</style>
border-color css
<style>
span { border-color: #2A4360; }
span { border-color: rgb(42,67,96); }
td.TdClassName
{
border-color: #2A4360;
}
.TagClassName
{
border-color: #2A4360;
}
</style>