Shades of Catalina Blue #2C4158
Tints of Catalina Blue #2C4158
RGB
CMYK
RGB Variations
Color information
#2C4158 (or 0x2C4158) is known color: Catalina Blue. HEX triplet: 2C, 41 and 58. RGB value is (44,65,88). Sum of RGB (Red+Green+Blue) = 44+65+88=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4158 is #D3BEA7. Grayscale: #3D3D3D. Windows color (decimal): -13876904 or 5783852. OLE color: 5783852.
HSL color Cylindrical-coordinate representation of color #2C4158: hue angle of 211.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C4158 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 65 | 88 | - |
| CMYK | 0.5 | 0.26 | 0 | 0.65 |
| HSL | 211.36º | 0.33% | 0.26% | - |
| HSV(B) | 211.36º | 0.5% | 0.35% | - |
| XYZ | 4.69 | 5.02 | 9.95 | - |
| YUV | 61.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 88 | 0.5 | 0.26 | 0 | 0.65 | 211.36 | 0.33 | 0.26 |
| Hex | 2C | 41 | 58 | 32 | 1A | 0 | 41 | D3 | 21 | 1A |
| Octal | 54 | 101 | 130 | 62 | 32 | 0 | 101 | 323 | 41 | 32 |
| Binary | 101100 | 1000001 | 1011000 | 110010 | 11010 | 0 | 1000001 | 11010011 | 100001 | 11010 |
Color Harmonies of #2C4158
Complementary color
Monochromatic Colors of #2C4158
Black with #2C4158
Text Example
Text Example
White with #2C4158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4158; }
p { color: rgb(44,65,88); }
H1.HeaderClassName
{
color: #2C4158;
}
.AnyTagClassName
{
color: #2C4158;
}
</style>
background-color css
<style>
a { background-color: #2C4158; }
a { background-color: rgb(44,65,88); }
div.DivClassName
{
background-color: #2C4158;
}
.BgClassName
{
background-color: #2C4158;
}
</style>
border-color css
<style>
span { border-color: #2C4158; }
span { border-color: rgb(44,65,88); }
td.TdClassName
{
border-color: #2C4158;
}
.TagClassName
{
border-color: #2C4158;
}
</style>