Shades of Catalina Blue #2D4565
Tints of Catalina Blue #2D4565
RGB
CMYK
RGB Variations
Color information
#2D4565 (or 0x2D4565) is known color: Catalina Blue. HEX triplet: 2D, 45 and 65. RGB value is (45,69,101). Sum of RGB (Red+Green+Blue) = 45+69+101=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #2D4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4565 is #D2BA9A. Grayscale: #414141. Windows color (decimal): -13810331 or 6636845. OLE color: 6636845.
HSL color Cylindrical-coordinate representation of color #2D4565: hue angle of 214.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D4565 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 69 | 101 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.60 |
| HSL | 214.29º | 0.38% | 0.29% | - |
| HSV(B) | 214.29º | 0.55% | 0.4% | - |
| XYZ | 5.56 | 5.75 | 13.13 | - |
| YUV | 65.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 101 | 0.55 | 0.32 | 0 | 0.60 | 214.29 | 0.38 | 0.29 |
| Hex | 2D | 45 | 65 | 37 | 20 | 0 | 3C | D6 | 26 | 1D |
| Octal | 55 | 105 | 145 | 67 | 40 | 0 | 74 | 326 | 46 | 35 |
| Binary | 101101 | 1000101 | 1100101 | 110111 | 100000 | 0 | 111100 | 11010110 | 100110 | 11101 |
Color Harmonies of #2D4565
Complementary color
Monochromatic Colors of #2D4565
Black with #2D4565
Text Example
Text Example
White with #2D4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4565; }
p { color: rgb(45,69,101); }
H1.HeaderClassName
{
color: #2D4565;
}
.AnyTagClassName
{
color: #2D4565;
}
</style>
background-color css
<style>
a { background-color: #2D4565; }
a { background-color: rgb(45,69,101); }
div.DivClassName
{
background-color: #2D4565;
}
.BgClassName
{
background-color: #2D4565;
}
</style>
border-color css
<style>
span { border-color: #2D4565; }
span { border-color: rgb(45,69,101); }
td.TdClassName
{
border-color: #2D4565;
}
.TagClassName
{
border-color: #2D4565;
}
</style>