Shades of Catalina Blue #2C4363
Tints of Catalina Blue #2C4363
RGB
CMYK
RGB Variations
Color information
#2C4363 (or 0x2C4363) is known color: Catalina Blue. HEX triplet: 2C, 43 and 63. RGB value is (44,67,99). Sum of RGB (Red+Green+Blue) = 44+67+99=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4363 is #D3BC9C. Grayscale: #3F3F3F. Windows color (decimal): -13876381 or 6505260. OLE color: 6505260.
HSL color Cylindrical-coordinate representation of color #2C4363: hue angle of 214.91º 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 #2C4363 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 67 | 99 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.61 |
| HSL | 214.91º | 0.38% | 0.28% | - |
| HSV(B) | 214.91º | 0.56% | 0.39% | - |
| XYZ | 5.3 | 5.45 | 12.58 | - |
| YUV | 63.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 99 | 0.56 | 0.32 | 0 | 0.61 | 214.91 | 0.38 | 0.28 |
| Hex | 2C | 43 | 63 | 38 | 20 | 0 | 3D | D7 | 26 | 1C |
| Octal | 54 | 103 | 143 | 70 | 40 | 0 | 75 | 327 | 46 | 34 |
| Binary | 101100 | 1000011 | 1100011 | 111000 | 100000 | 0 | 111101 | 11010111 | 100110 | 11100 |
Color Harmonies of #2C4363
Complementary color
Monochromatic Colors of #2C4363
Black with #2C4363
Text Example
Text Example
White with #2C4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4363; }
p { color: rgb(44,67,99); }
H1.HeaderClassName
{
color: #2C4363;
}
.AnyTagClassName
{
color: #2C4363;
}
</style>
background-color css
<style>
a { background-color: #2C4363; }
a { background-color: rgb(44,67,99); }
div.DivClassName
{
background-color: #2C4363;
}
.BgClassName
{
background-color: #2C4363;
}
</style>
border-color css
<style>
span { border-color: #2C4363; }
span { border-color: rgb(44,67,99); }
td.TdClassName
{
border-color: #2C4363;
}
.TagClassName
{
border-color: #2C4363;
}
</style>