Shades of Catalina Blue #20416D
Tints of Catalina Blue #20416D
RGB
CMYK
RGB Variations
Color information
#20416D (or 0x20416D) is known color: Catalina Blue. HEX triplet: 20, 41 and 6D. RGB value is (32,65,109). Sum of RGB (Red+Green+Blue) = 32+65+109=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #20416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20416D is #DFBE92. Grayscale: #3B3B3B. Windows color (decimal): -14663315 or 7160096. OLE color: 7160096.
HSL color Cylindrical-coordinate representation of color #20416D: hue angle of 214.29º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20416D is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 65 | 109 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.57 |
| HSL | 214.29º | 0.55% | 0.28% | - |
| HSV(B) | 214.29º | 0.71% | 0.43% | - |
| XYZ | 5.25 | 5.19 | 15.19 | - |
| YUV | 60.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 109 | 0.71 | 0.40 | 0 | 0.57 | 214.29 | 0.55 | 0.28 |
| Hex | 20 | 41 | 6D | 47 | 28 | 0 | 39 | D6 | 37 | 1C |
| Octal | 40 | 101 | 155 | 107 | 50 | 0 | 71 | 326 | 67 | 34 |
| Binary | 100000 | 1000001 | 1101101 | 1000111 | 101000 | 0 | 111001 | 11010110 | 110111 | 11100 |
Color Harmonies of #20416D
Complementary color
Monochromatic Colors of #20416D
Black with #20416D
Text Example
Text Example
White with #20416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20416D; }
p { color: rgb(32,65,109); }
H1.HeaderClassName
{
color: #20416D;
}
.AnyTagClassName
{
color: #20416D;
}
</style>
background-color css
<style>
a { background-color: #20416D; }
a { background-color: rgb(32,65,109); }
div.DivClassName
{
background-color: #20416D;
}
.BgClassName
{
background-color: #20416D;
}
</style>
border-color css
<style>
span { border-color: #20416D; }
span { border-color: rgb(32,65,109); }
td.TdClassName
{
border-color: #20416D;
}
.TagClassName
{
border-color: #20416D;
}
</style>