Shades of Catalina Blue #2C4468
Tints of Catalina Blue #2C4468
RGB
CMYK
RGB Variations
Color information
#2C4468 (or 0x2C4468) is known color: Catalina Blue. HEX triplet: 2C, 44 and 68. RGB value is (44,68,104). Sum of RGB (Red+Green+Blue) = 44+68+104=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4468 is #D3BB97. Grayscale: #404040. Windows color (decimal): -13876120 or 6833196. OLE color: 6833196.
HSL color Cylindrical-coordinate representation of color #2C4468: hue angle of 216º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C4468 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 68 | 104 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.59 |
| HSL | 216º | 0.41% | 0.29% | - |
| HSV(B) | 216º | 0.58% | 0.41% | - |
| XYZ | 5.6 | 5.67 | 13.9 | - |
| YUV | 64.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 104 | 0.58 | 0.35 | 0 | 0.59 | 216 | 0.41 | 0.29 |
| Hex | 2C | 44 | 68 | 3A | 23 | 0 | 3B | D8 | 29 | 1D |
| Octal | 54 | 104 | 150 | 72 | 43 | 0 | 73 | 330 | 51 | 35 |
| Binary | 101100 | 1000100 | 1101000 | 111010 | 100011 | 0 | 111011 | 11011000 | 101001 | 11101 |
Color Harmonies of #2C4468
Complementary color
Monochromatic Colors of #2C4468
Black with #2C4468
Text Example
Text Example
White with #2C4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4468; }
p { color: rgb(44,68,104); }
H1.HeaderClassName
{
color: #2C4468;
}
.AnyTagClassName
{
color: #2C4468;
}
</style>
background-color css
<style>
a { background-color: #2C4468; }
a { background-color: rgb(44,68,104); }
div.DivClassName
{
background-color: #2C4468;
}
.BgClassName
{
background-color: #2C4468;
}
</style>
border-color css
<style>
span { border-color: #2C4468; }
span { border-color: rgb(44,68,104); }
td.TdClassName
{
border-color: #2C4468;
}
.TagClassName
{
border-color: #2C4468;
}
</style>