Shades of Catalina Blue #2A3F61
Tints of Catalina Blue #2A3F61
RGB
CMYK
RGB Variations
Color information
#2A3F61 (or 0x2A3F61) is known color: Catalina Blue. HEX triplet: 2A, 3F and 61. RGB value is (42,63,97). Sum of RGB (Red+Green+Blue) = 42+63+97=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A3F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3F61 is #D5C09E. Grayscale: #3C3C3C. Windows color (decimal): -14008479 or 6373162. OLE color: 6373162.
HSL color Cylindrical-coordinate representation of color #2A3F61: hue angle of 217.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A3F61 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 63 | 97 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.62 |
| HSL | 217.09º | 0.4% | 0.27% | - |
| HSV(B) | 217.09º | 0.57% | 0.38% | - |
| XYZ | 4.89 | 4.91 | 12 | - |
| YUV | 60.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 97 | 0.57 | 0.35 | 0 | 0.62 | 217.09 | 0.4 | 0.27 |
| Hex | 2A | 3F | 61 | 39 | 23 | 0 | 3E | D9 | 28 | 1B |
| Octal | 52 | 77 | 141 | 71 | 43 | 0 | 76 | 331 | 50 | 33 |
| Binary | 101010 | 111111 | 1100001 | 111001 | 100011 | 0 | 111110 | 11011001 | 101000 | 11011 |
Color Harmonies of #2A3F61
Complementary color
Monochromatic Colors of #2A3F61
Black with #2A3F61
Text Example
Text Example
White with #2A3F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3F61; }
p { color: rgb(42,63,97); }
H1.HeaderClassName
{
color: #2A3F61;
}
.AnyTagClassName
{
color: #2A3F61;
}
</style>
background-color css
<style>
a { background-color: #2A3F61; }
a { background-color: rgb(42,63,97); }
div.DivClassName
{
background-color: #2A3F61;
}
.BgClassName
{
background-color: #2A3F61;
}
</style>
border-color css
<style>
span { border-color: #2A3F61; }
span { border-color: rgb(42,63,97); }
td.TdClassName
{
border-color: #2A3F61;
}
.TagClassName
{
border-color: #2A3F61;
}
</style>