Shades of Catalina Blue #2F4565
Tints of Catalina Blue #2F4565
RGB
CMYK
RGB Variations
Color information
#2F4565 (or 0x2F4565) is known color: Catalina Blue. HEX triplet: 2F, 45 and 65. RGB value is (47,69,101). Sum of RGB (Red+Green+Blue) = 47+69+101=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4565 is #D0BA9A. Grayscale: #414141. Windows color (decimal): -13679259 or 6636847. OLE color: 6636847.
HSL color Cylindrical-coordinate representation of color #2F4565: hue angle of 215.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F4565 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 69 | 101 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.60 |
| HSL | 215.56º | 0.36% | 0.29% | - |
| HSV(B) | 215.56º | 0.53% | 0.4% | - |
| XYZ | 5.65 | 5.8 | 13.13 | - |
| YUV | 66.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 101 | 0.53 | 0.32 | 0 | 0.60 | 215.56 | 0.36 | 0.29 |
| Hex | 2F | 45 | 65 | 35 | 20 | 0 | 3C | D8 | 24 | 1D |
| Octal | 57 | 105 | 145 | 65 | 40 | 0 | 74 | 330 | 44 | 35 |
| Binary | 101111 | 1000101 | 1100101 | 110101 | 100000 | 0 | 111100 | 11011000 | 100100 | 11101 |
Color Harmonies of #2F4565
Complementary color
Monochromatic Colors of #2F4565
Black with #2F4565
Text Example
Text Example
White with #2F4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4565; }
p { color: rgb(47,69,101); }
H1.HeaderClassName
{
color: #2F4565;
}
.AnyTagClassName
{
color: #2F4565;
}
</style>
background-color css
<style>
a { background-color: #2F4565; }
a { background-color: rgb(47,69,101); }
div.DivClassName
{
background-color: #2F4565;
}
.BgClassName
{
background-color: #2F4565;
}
</style>
border-color css
<style>
span { border-color: #2F4565; }
span { border-color: rgb(47,69,101); }
td.TdClassName
{
border-color: #2F4565;
}
.TagClassName
{
border-color: #2F4565;
}
</style>