Shades of Catalina Blue #2D4768
Tints of Catalina Blue #2D4768
RGB
CMYK
RGB Variations
Color information
#2D4768 (or 0x2D4768) is known color: Catalina Blue. HEX triplet: 2D, 47 and 68. RGB value is (45,71,104). Sum of RGB (Red+Green+Blue) = 45+71+104=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4768 is #D2B897. Grayscale: #424242. Windows color (decimal): -13809816 or 6833965. OLE color: 6833965.
HSL color Cylindrical-coordinate representation of color #2D4768: hue angle of 213.56º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D4768 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 71 | 104 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.59 |
| HSL | 213.56º | 0.4% | 0.29% | - |
| HSV(B) | 213.56º | 0.57% | 0.41% | - |
| XYZ | 5.83 | 6.06 | 13.96 | - |
| YUV | 66.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 104 | 0.57 | 0.32 | 0 | 0.59 | 213.56 | 0.4 | 0.29 |
| Hex | 2D | 47 | 68 | 39 | 20 | 0 | 3B | D6 | 28 | 1D |
| Octal | 55 | 107 | 150 | 71 | 40 | 0 | 73 | 326 | 50 | 35 |
| Binary | 101101 | 1000111 | 1101000 | 111001 | 100000 | 0 | 111011 | 11010110 | 101000 | 11101 |
Color Harmonies of #2D4768
Complementary color
Monochromatic Colors of #2D4768
Black with #2D4768
Text Example
Text Example
White with #2D4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4768; }
p { color: rgb(45,71,104); }
H1.HeaderClassName
{
color: #2D4768;
}
.AnyTagClassName
{
color: #2D4768;
}
</style>
background-color css
<style>
a { background-color: #2D4768; }
a { background-color: rgb(45,71,104); }
div.DivClassName
{
background-color: #2D4768;
}
.BgClassName
{
background-color: #2D4768;
}
</style>
border-color css
<style>
span { border-color: #2D4768; }
span { border-color: rgb(45,71,104); }
td.TdClassName
{
border-color: #2D4768;
}
.TagClassName
{
border-color: #2D4768;
}
</style>