Shades of Catalina Blue #2C4359
Tints of Catalina Blue #2C4359
RGB
CMYK
RGB Variations
Color information
#2C4359 (or 0x2C4359) is known color: Catalina Blue. HEX triplet: 2C, 43 and 59. RGB value is (44,67,89). Sum of RGB (Red+Green+Blue) = 44+67+89=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4359 is #D3BCA6. Grayscale: #3E3E3E. Windows color (decimal): -13876391 or 5849900. OLE color: 5849900.
HSL color Cylindrical-coordinate representation of color #2C4359: hue angle of 209.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C4359 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 67 | 89 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.65 |
| HSL | 209.33º | 0.34% | 0.26% | - |
| HSV(B) | 209.33º | 0.51% | 0.35% | - |
| XYZ | 4.85 | 5.27 | 10.21 | - |
| YUV | 62.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 89 | 0.51 | 0.25 | 0 | 0.65 | 209.33 | 0.34 | 0.26 |
| Hex | 2C | 43 | 59 | 33 | 19 | 0 | 41 | D1 | 22 | 1A |
| Octal | 54 | 103 | 131 | 63 | 31 | 0 | 101 | 321 | 42 | 32 |
| Binary | 101100 | 1000011 | 1011001 | 110011 | 11001 | 0 | 1000001 | 11010001 | 100010 | 11010 |
Color Harmonies of #2C4359
Complementary color
Monochromatic Colors of #2C4359
Black with #2C4359
Text Example
Text Example
White with #2C4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4359; }
p { color: rgb(44,67,89); }
H1.HeaderClassName
{
color: #2C4359;
}
.AnyTagClassName
{
color: #2C4359;
}
</style>
background-color css
<style>
a { background-color: #2C4359; }
a { background-color: rgb(44,67,89); }
div.DivClassName
{
background-color: #2C4359;
}
.BgClassName
{
background-color: #2C4359;
}
</style>
border-color css
<style>
span { border-color: #2C4359; }
span { border-color: rgb(44,67,89); }
td.TdClassName
{
border-color: #2C4359;
}
.TagClassName
{
border-color: #2C4359;
}
</style>