Shades of Catalina Blue #20406B
Tints of Catalina Blue #20406B
RGB
CMYK
RGB Variations
Color information
#20406B (or 0x20406B) is known color: Catalina Blue. HEX triplet: 20, 40 and 6B. RGB value is (32,64,107). Sum of RGB (Red+Green+Blue) = 32+64+107=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #20406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20406B is #DFBF94. Grayscale: #3B3B3B. Windows color (decimal): -14663573 or 7028768. OLE color: 7028768.
HSL color Cylindrical-coordinate representation of color #20406B: hue angle of 214.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20406B is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 64 | 107 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.58 |
| HSL | 214.4º | 0.54% | 0.27% | - |
| HSV(B) | 214.4º | 0.7% | 0.42% | - |
| XYZ | 5.08 | 5.04 | 14.61 | - |
| YUV | 59.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 107 | 0.70 | 0.40 | 0 | 0.58 | 214.4 | 0.54 | 0.27 |
| Hex | 20 | 40 | 6B | 46 | 28 | 0 | 3A | D6 | 36 | 1B |
| Octal | 40 | 100 | 153 | 106 | 50 | 0 | 72 | 326 | 66 | 33 |
| Binary | 100000 | 1000000 | 1101011 | 1000110 | 101000 | 0 | 111010 | 11010110 | 110110 | 11011 |
Color Harmonies of #20406B
Complementary color
Monochromatic Colors of #20406B
Black with #20406B
Text Example
Text Example
White with #20406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20406B; }
p { color: rgb(32,64,107); }
H1.HeaderClassName
{
color: #20406B;
}
.AnyTagClassName
{
color: #20406B;
}
</style>
background-color css
<style>
a { background-color: #20406B; }
a { background-color: rgb(32,64,107); }
div.DivClassName
{
background-color: #20406B;
}
.BgClassName
{
background-color: #20406B;
}
</style>
border-color css
<style>
span { border-color: #20406B; }
span { border-color: rgb(32,64,107); }
td.TdClassName
{
border-color: #20406B;
}
.TagClassName
{
border-color: #20406B;
}
</style>