Shades of Catalina Blue #2C4565
Tints of Catalina Blue #2C4565
RGB
CMYK
RGB Variations
Color information
#2C4565 (or 0x2C4565) is known color: Catalina Blue. HEX triplet: 2C, 45 and 65. RGB value is (44,69,101). Sum of RGB (Red+Green+Blue) = 44+69+101=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #2C4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4565 is #D3BA9A. Grayscale: #414141. Windows color (decimal): -13875867 or 6636844. OLE color: 6636844.
HSL color Cylindrical-coordinate representation of color #2C4565: hue angle of 213.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4565 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 69 | 101 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.60 |
| HSL | 213.68º | 0.39% | 0.28% | - |
| HSV(B) | 213.68º | 0.56% | 0.4% | - |
| XYZ | 5.52 | 5.73 | 13.13 | - |
| YUV | 65.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 101 | 0.56 | 0.32 | 0 | 0.60 | 213.68 | 0.39 | 0.28 |
| Hex | 2C | 45 | 65 | 38 | 20 | 0 | 3C | D6 | 27 | 1C |
| Octal | 54 | 105 | 145 | 70 | 40 | 0 | 74 | 326 | 47 | 34 |
| Binary | 101100 | 1000101 | 1100101 | 111000 | 100000 | 0 | 111100 | 11010110 | 100111 | 11100 |
Color Harmonies of #2C4565
Complementary color
Monochromatic Colors of #2C4565
Black with #2C4565
Text Example
Text Example
White with #2C4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4565; }
p { color: rgb(44,69,101); }
H1.HeaderClassName
{
color: #2C4565;
}
.AnyTagClassName
{
color: #2C4565;
}
</style>
background-color css
<style>
a { background-color: #2C4565; }
a { background-color: rgb(44,69,101); }
div.DivClassName
{
background-color: #2C4565;
}
.BgClassName
{
background-color: #2C4565;
}
</style>
border-color css
<style>
span { border-color: #2C4565; }
span { border-color: rgb(44,69,101); }
td.TdClassName
{
border-color: #2C4565;
}
.TagClassName
{
border-color: #2C4565;
}
</style>