Shades of Catalina Blue #2C4165
Tints of Catalina Blue #2C4165
RGB
CMYK
RGB Variations
Color information
#2C4165 (or 0x2C4165) is known color: Catalina Blue. HEX triplet: 2C, 41 and 65. RGB value is (44,65,101). Sum of RGB (Red+Green+Blue) = 44+65+101=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 65 (25.78% from 255 or 30.95% 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 #2C4165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4165 is #D3BE9A. Grayscale: #3E3E3E. Windows color (decimal): -13876891 or 6635820. OLE color: 6635820.
HSL color Cylindrical-coordinate representation of color #2C4165: hue angle of 217.89º 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 #2C4165 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 65 | 101 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.60 |
| HSL | 217.89º | 0.39% | 0.28% | - |
| HSV(B) | 217.89º | 0.56% | 0.4% | - |
| XYZ | 5.28 | 5.26 | 13.05 | - |
| YUV | 62.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 101 | 0.56 | 0.36 | 0 | 0.60 | 217.89 | 0.39 | 0.28 |
| Hex | 2C | 41 | 65 | 38 | 24 | 0 | 3C | DA | 27 | 1C |
| Octal | 54 | 101 | 145 | 70 | 44 | 0 | 74 | 332 | 47 | 34 |
| Binary | 101100 | 1000001 | 1100101 | 111000 | 100100 | 0 | 111100 | 11011010 | 100111 | 11100 |
Color Harmonies of #2C4165
Complementary color
Monochromatic Colors of #2C4165
Black with #2C4165
Text Example
Text Example
White with #2C4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4165; }
p { color: rgb(44,65,101); }
H1.HeaderClassName
{
color: #2C4165;
}
.AnyTagClassName
{
color: #2C4165;
}
</style>
background-color css
<style>
a { background-color: #2C4165; }
a { background-color: rgb(44,65,101); }
div.DivClassName
{
background-color: #2C4165;
}
.BgClassName
{
background-color: #2C4165;
}
</style>
border-color css
<style>
span { border-color: #2C4165; }
span { border-color: rgb(44,65,101); }
td.TdClassName
{
border-color: #2C4165;
}
.TagClassName
{
border-color: #2C4165;
}
</style>