Shades of Catalina Blue #2C4261
Tints of Catalina Blue #2C4261
RGB
CMYK
RGB Variations
Color information
#2C4261 (or 0x2C4261) is known color: Catalina Blue. HEX triplet: 2C, 42 and 61. RGB value is (44,66,97). Sum of RGB (Red+Green+Blue) = 44+66+97=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4261 is #D3BD9E. Grayscale: #3E3E3E. Windows color (decimal): -13876639 or 6373932. OLE color: 6373932.
HSL color Cylindrical-coordinate representation of color #2C4261: hue angle of 215.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C4261 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 66 | 97 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.62 |
| HSL | 215.09º | 0.38% | 0.28% | - |
| HSV(B) | 215.09º | 0.55% | 0.38% | - |
| XYZ | 5.14 | 5.29 | 12.06 | - |
| YUV | 62.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 97 | 0.55 | 0.32 | 0 | 0.62 | 215.09 | 0.38 | 0.28 |
| Hex | 2C | 42 | 61 | 37 | 20 | 0 | 3E | D7 | 26 | 1C |
| Octal | 54 | 102 | 141 | 67 | 40 | 0 | 76 | 327 | 46 | 34 |
| Binary | 101100 | 1000010 | 1100001 | 110111 | 100000 | 0 | 111110 | 11010111 | 100110 | 11100 |
Color Harmonies of #2C4261
Complementary color
Monochromatic Colors of #2C4261
Black with #2C4261
Text Example
Text Example
White with #2C4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4261; }
p { color: rgb(44,66,97); }
H1.HeaderClassName
{
color: #2C4261;
}
.AnyTagClassName
{
color: #2C4261;
}
</style>
background-color css
<style>
a { background-color: #2C4261; }
a { background-color: rgb(44,66,97); }
div.DivClassName
{
background-color: #2C4261;
}
.BgClassName
{
background-color: #2C4261;
}
</style>
border-color css
<style>
span { border-color: #2C4261; }
span { border-color: rgb(44,66,97); }
td.TdClassName
{
border-color: #2C4261;
}
.TagClassName
{
border-color: #2C4261;
}
</style>