Shades of Catalina Blue #20416F
Tints of Catalina Blue #20416F
RGB
CMYK
RGB Variations
Color information
#20416F (or 0x20416F) is known color: Catalina Blue. HEX triplet: 20, 41 and 6F. RGB value is (32,65,111). Sum of RGB (Red+Green+Blue) = 32+65+111=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #20416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20416F is #DFBE90. Grayscale: #3C3C3C. Windows color (decimal): -14663313 or 7291168. OLE color: 7291168.
HSL color Cylindrical-coordinate representation of color #20416F: hue angle of 214.94º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20416F is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 65 | 111 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.56 |
| HSL | 214.94º | 0.55% | 0.28% | - |
| HSV(B) | 214.94º | 0.71% | 0.44% | - |
| XYZ | 5.36 | 5.24 | 15.77 | - |
| YUV | 60.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 111 | 0.71 | 0.41 | 0 | 0.56 | 214.94 | 0.55 | 0.28 |
| Hex | 20 | 41 | 6F | 47 | 29 | 0 | 38 | D7 | 37 | 1C |
| Octal | 40 | 101 | 157 | 107 | 51 | 0 | 70 | 327 | 67 | 34 |
| Binary | 100000 | 1000001 | 1101111 | 1000111 | 101001 | 0 | 111000 | 11010111 | 110111 | 11100 |
Color Harmonies of #20416F
Complementary color
Monochromatic Colors of #20416F
Black with #20416F
Text Example
Text Example
White with #20416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20416F; }
p { color: rgb(32,65,111); }
H1.HeaderClassName
{
color: #20416F;
}
.AnyTagClassName
{
color: #20416F;
}
</style>
background-color css
<style>
a { background-color: #20416F; }
a { background-color: rgb(32,65,111); }
div.DivClassName
{
background-color: #20416F;
}
.BgClassName
{
background-color: #20416F;
}
</style>
border-color css
<style>
span { border-color: #20416F; }
span { border-color: rgb(32,65,111); }
td.TdClassName
{
border-color: #20416F;
}
.TagClassName
{
border-color: #20416F;
}
</style>