Shades of Catalina Blue #20436D
Tints of Catalina Blue #20436D
RGB
CMYK
RGB Variations
Color information
#20436D (or 0x20436D) is known color: Catalina Blue. HEX triplet: 20, 43 and 6D. RGB value is (32,67,109). Sum of RGB (Red+Green+Blue) = 32+67+109=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #20436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20436D is #DFBC92. Grayscale: #3D3D3D. Windows color (decimal): -14662803 or 7160608. OLE color: 7160608.
HSL color Cylindrical-coordinate representation of color #20436D: hue angle of 212.73º 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 #20436D is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 67 | 109 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.57 |
| HSL | 212.73º | 0.55% | 0.28% | - |
| HSV(B) | 212.73º | 0.71% | 0.43% | - |
| XYZ | 5.36 | 5.43 | 15.23 | - |
| YUV | 61.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 109 | 0.71 | 0.39 | 0 | 0.57 | 212.73 | 0.55 | 0.28 |
| Hex | 20 | 43 | 6D | 47 | 27 | 0 | 39 | D5 | 37 | 1C |
| Octal | 40 | 103 | 155 | 107 | 47 | 0 | 71 | 325 | 67 | 34 |
| Binary | 100000 | 1000011 | 1101101 | 1000111 | 100111 | 0 | 111001 | 11010101 | 110111 | 11100 |
Color Harmonies of #20436D
Complementary color
Monochromatic Colors of #20436D
Black with #20436D
Text Example
Text Example
White with #20436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20436D; }
p { color: rgb(32,67,109); }
H1.HeaderClassName
{
color: #20436D;
}
.AnyTagClassName
{
color: #20436D;
}
</style>
background-color css
<style>
a { background-color: #20436D; }
a { background-color: rgb(32,67,109); }
div.DivClassName
{
background-color: #20436D;
}
.BgClassName
{
background-color: #20436D;
}
</style>
border-color css
<style>
span { border-color: #20436D; }
span { border-color: rgb(32,67,109); }
td.TdClassName
{
border-color: #20436D;
}
.TagClassName
{
border-color: #20436D;
}
</style>