Shades of Catalina Blue #2D4660
Tints of Catalina Blue #2D4660
RGB
CMYK
RGB Variations
Color information
#2D4660 (or 0x2D4660) is known color: Catalina Blue. HEX triplet: 2D, 46 and 60. RGB value is (45,70,96). Sum of RGB (Red+Green+Blue) = 45+70+96=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4660 is #D2B99F. Grayscale: #414141. Windows color (decimal): -13810080 or 6309421. OLE color: 6309421.
HSL color Cylindrical-coordinate representation of color #2D4660: hue angle of 210.59º 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 #2D4660 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 70 | 96 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.62 |
| HSL | 210.59º | 0.36% | 0.28% | - |
| HSV(B) | 210.59º | 0.53% | 0.38% | - |
| XYZ | 5.38 | 5.78 | 11.9 | - |
| YUV | 65.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 96 | 0.53 | 0.27 | 0 | 0.62 | 210.59 | 0.36 | 0.28 |
| Hex | 2D | 46 | 60 | 35 | 1B | 0 | 3E | D3 | 24 | 1C |
| Octal | 55 | 106 | 140 | 65 | 33 | 0 | 76 | 323 | 44 | 34 |
| Binary | 101101 | 1000110 | 1100000 | 110101 | 11011 | 0 | 111110 | 11010011 | 100100 | 11100 |
Color Harmonies of #2D4660
Complementary color
Monochromatic Colors of #2D4660
Black with #2D4660
Text Example
Text Example
White with #2D4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4660; }
p { color: rgb(45,70,96); }
H1.HeaderClassName
{
color: #2D4660;
}
.AnyTagClassName
{
color: #2D4660;
}
</style>
background-color css
<style>
a { background-color: #2D4660; }
a { background-color: rgb(45,70,96); }
div.DivClassName
{
background-color: #2D4660;
}
.BgClassName
{
background-color: #2D4660;
}
</style>
border-color css
<style>
span { border-color: #2D4660; }
span { border-color: rgb(45,70,96); }
td.TdClassName
{
border-color: #2D4660;
}
.TagClassName
{
border-color: #2D4660;
}
</style>