Shades of Catalina Blue #2D4460
Tints of Catalina Blue #2D4460
RGB
CMYK
RGB Variations
Color information
#2D4460 (or 0x2D4460) is known color: Catalina Blue. HEX triplet: 2D, 44 and 60. RGB value is (45,68,96). Sum of RGB (Red+Green+Blue) = 45+68+96=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4460 is #D2BB9F. Grayscale: #404040. Windows color (decimal): -13810592 or 6308909. OLE color: 6308909.
HSL color Cylindrical-coordinate representation of color #2D4460: hue angle of 212.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D4460 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 68 | 96 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.62 |
| HSL | 212.94º | 0.36% | 0.28% | - |
| HSV(B) | 212.94º | 0.53% | 0.38% | - |
| XYZ | 5.26 | 5.54 | 11.86 | - |
| YUV | 64.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 96 | 0.53 | 0.29 | 0 | 0.62 | 212.94 | 0.36 | 0.28 |
| Hex | 2D | 44 | 60 | 35 | 1D | 0 | 3E | D5 | 24 | 1C |
| Octal | 55 | 104 | 140 | 65 | 35 | 0 | 76 | 325 | 44 | 34 |
| Binary | 101101 | 1000100 | 1100000 | 110101 | 11101 | 0 | 111110 | 11010101 | 100100 | 11100 |
Color Harmonies of #2D4460
Complementary color
Monochromatic Colors of #2D4460
Black with #2D4460
Text Example
Text Example
White with #2D4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4460; }
p { color: rgb(45,68,96); }
H1.HeaderClassName
{
color: #2D4460;
}
.AnyTagClassName
{
color: #2D4460;
}
</style>
background-color css
<style>
a { background-color: #2D4460; }
a { background-color: rgb(45,68,96); }
div.DivClassName
{
background-color: #2D4460;
}
.BgClassName
{
background-color: #2D4460;
}
</style>
border-color css
<style>
span { border-color: #2D4460; }
span { border-color: rgb(45,68,96); }
td.TdClassName
{
border-color: #2D4460;
}
.TagClassName
{
border-color: #2D4460;
}
</style>