Shades of Catalina Blue #2C425D
Tints of Catalina Blue #2C425D
RGB
CMYK
RGB Variations
Color information
#2C425D (or 0x2C425D) is known color: Catalina Blue. HEX triplet: 2C, 42 and 5D. RGB value is (44,66,93). Sum of RGB (Red+Green+Blue) = 44+66+93=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C425D is #D3BDA2. Grayscale: #3E3E3E. Windows color (decimal): -13876643 or 6111788. OLE color: 6111788.
HSL color Cylindrical-coordinate representation of color #2C425D: hue angle of 213.06º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C425D is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 66 | 93 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.64 |
| HSL | 213.06º | 0.36% | 0.27% | - |
| HSV(B) | 213.06º | 0.53% | 0.36% | - |
| XYZ | 4.96 | 5.22 | 11.1 | - |
| YUV | 62.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 93 | 0.53 | 0.29 | 0 | 0.64 | 213.06 | 0.36 | 0.27 |
| Hex | 2C | 42 | 5D | 35 | 1D | 0 | 40 | D5 | 24 | 1B |
| Octal | 54 | 102 | 135 | 65 | 35 | 0 | 100 | 325 | 44 | 33 |
| Binary | 101100 | 1000010 | 1011101 | 110101 | 11101 | 0 | 1000000 | 11010101 | 100100 | 11011 |
Color Harmonies of #2C425D
Complementary color
Monochromatic Colors of #2C425D
Black with #2C425D
Text Example
Text Example
White with #2C425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C425D; }
p { color: rgb(44,66,93); }
H1.HeaderClassName
{
color: #2C425D;
}
.AnyTagClassName
{
color: #2C425D;
}
</style>
background-color css
<style>
a { background-color: #2C425D; }
a { background-color: rgb(44,66,93); }
div.DivClassName
{
background-color: #2C425D;
}
.BgClassName
{
background-color: #2C425D;
}
</style>
border-color css
<style>
span { border-color: #2C425D; }
span { border-color: rgb(44,66,93); }
td.TdClassName
{
border-color: #2C425D;
}
.TagClassName
{
border-color: #2C425D;
}
</style>