Shades of Catalina Blue #2D476A
Tints of Catalina Blue #2D476A
RGB
CMYK
RGB Variations
Color information
#2D476A (or 0x2D476A) is known color: Catalina Blue. HEX triplet: 2D, 47 and 6A. RGB value is (45,71,106). Sum of RGB (Red+Green+Blue) = 45+71+106=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D476A is #D2B895. Grayscale: #434343. Windows color (decimal): -13809814 or 6965037. OLE color: 6965037.
HSL color Cylindrical-coordinate representation of color #2D476A: hue angle of 214.43º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D476A is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 71 | 106 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.58 |
| HSL | 214.43º | 0.4% | 0.3% | - |
| HSV(B) | 214.43º | 0.58% | 0.42% | - |
| XYZ | 5.94 | 6.1 | 14.5 | - |
| YUV | 67.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 106 | 0.58 | 0.33 | 0 | 0.58 | 214.43 | 0.4 | 0.3 |
| Hex | 2D | 47 | 6A | 3A | 21 | 0 | 3A | D6 | 28 | 1E |
| Octal | 55 | 107 | 152 | 72 | 41 | 0 | 72 | 326 | 50 | 36 |
| Binary | 101101 | 1000111 | 1101010 | 111010 | 100001 | 0 | 111010 | 11010110 | 101000 | 11110 |
Color Harmonies of #2D476A
Complementary color
Monochromatic Colors of #2D476A
Black with #2D476A
Text Example
Text Example
White with #2D476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D476A; }
p { color: rgb(45,71,106); }
H1.HeaderClassName
{
color: #2D476A;
}
.AnyTagClassName
{
color: #2D476A;
}
</style>
background-color css
<style>
a { background-color: #2D476A; }
a { background-color: rgb(45,71,106); }
div.DivClassName
{
background-color: #2D476A;
}
.BgClassName
{
background-color: #2D476A;
}
</style>
border-color css
<style>
span { border-color: #2D476A; }
span { border-color: rgb(45,71,106); }
td.TdClassName
{
border-color: #2D476A;
}
.TagClassName
{
border-color: #2D476A;
}
</style>