Shades of Catalina Blue #2C4163
Tints of Catalina Blue #2C4163
RGB
CMYK
RGB Variations
Color information
#2C4163 (or 0x2C4163) is known color: Catalina Blue. HEX triplet: 2C, 41 and 63. RGB value is (44,65,99). Sum of RGB (Red+Green+Blue) = 44+65+99=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4163 is #D3BE9C. Grayscale: #3E3E3E. Windows color (decimal): -13876893 or 6504748. OLE color: 6504748.
HSL color Cylindrical-coordinate representation of color #2C4163: hue angle of 217.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4163 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 65 | 99 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.61 |
| HSL | 217.09º | 0.38% | 0.28% | - |
| HSV(B) | 217.09º | 0.56% | 0.39% | - |
| XYZ | 5.18 | 5.22 | 12.54 | - |
| YUV | 62.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 99 | 0.56 | 0.34 | 0 | 0.61 | 217.09 | 0.38 | 0.28 |
| Hex | 2C | 41 | 63 | 38 | 22 | 0 | 3D | D9 | 26 | 1C |
| Octal | 54 | 101 | 143 | 70 | 42 | 0 | 75 | 331 | 46 | 34 |
| Binary | 101100 | 1000001 | 1100011 | 111000 | 100010 | 0 | 111101 | 11011001 | 100110 | 11100 |
Color Harmonies of #2C4163
Complementary color
Monochromatic Colors of #2C4163
Black with #2C4163
Text Example
Text Example
White with #2C4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4163; }
p { color: rgb(44,65,99); }
H1.HeaderClassName
{
color: #2C4163;
}
.AnyTagClassName
{
color: #2C4163;
}
</style>
background-color css
<style>
a { background-color: #2C4163; }
a { background-color: rgb(44,65,99); }
div.DivClassName
{
background-color: #2C4163;
}
.BgClassName
{
background-color: #2C4163;
}
</style>
border-color css
<style>
span { border-color: #2C4163; }
span { border-color: rgb(44,65,99); }
td.TdClassName
{
border-color: #2C4163;
}
.TagClassName
{
border-color: #2C4163;
}
</style>