Shades of Catalina Blue #2C4567
Tints of Catalina Blue #2C4567
RGB
CMYK
RGB Variations
Color information
#2C4567 (or 0x2C4567) is known color: Catalina Blue. HEX triplet: 2C, 45 and 67. RGB value is (44,69,103). Sum of RGB (Red+Green+Blue) = 44+69+103=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C4567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4567 is #D3BA98. Grayscale: #414141. Windows color (decimal): -13875865 or 6767916. OLE color: 6767916.
HSL color Cylindrical-coordinate representation of color #2C4567: hue angle of 214.58º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4567 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 69 | 103 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.60 |
| HSL | 214.58º | 0.4% | 0.29% | - |
| HSV(B) | 214.58º | 0.57% | 0.4% | - |
| XYZ | 5.62 | 5.77 | 13.65 | - |
| YUV | 65.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 103 | 0.57 | 0.33 | 0 | 0.60 | 214.58 | 0.4 | 0.29 |
| Hex | 2C | 45 | 67 | 39 | 21 | 0 | 3C | D7 | 28 | 1D |
| Octal | 54 | 105 | 147 | 71 | 41 | 0 | 74 | 327 | 50 | 35 |
| Binary | 101100 | 1000101 | 1100111 | 111001 | 100001 | 0 | 111100 | 11010111 | 101000 | 11101 |
Color Harmonies of #2C4567
Complementary color
Monochromatic Colors of #2C4567
Black with #2C4567
Text Example
Text Example
White with #2C4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4567; }
p { color: rgb(44,69,103); }
H1.HeaderClassName
{
color: #2C4567;
}
.AnyTagClassName
{
color: #2C4567;
}
</style>
background-color css
<style>
a { background-color: #2C4567; }
a { background-color: rgb(44,69,103); }
div.DivClassName
{
background-color: #2C4567;
}
.BgClassName
{
background-color: #2C4567;
}
</style>
border-color css
<style>
span { border-color: #2C4567; }
span { border-color: rgb(44,69,103); }
td.TdClassName
{
border-color: #2C4567;
}
.TagClassName
{
border-color: #2C4567;
}
</style>