Shades of Catalina Blue #20396D
Tints of Catalina Blue #20396D
RGB
CMYK
RGB Variations
Color information
#20396D (or 0x20396D) is known color: Catalina Blue. HEX triplet: 20, 39 and 6D. RGB value is (32,57,109). Sum of RGB (Red+Green+Blue) = 32+57+109=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #20396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20396D is #DFC692. Grayscale: #373737. Windows color (decimal): -14665363 or 7158048. OLE color: 7158048.
HSL color Cylindrical-coordinate representation of color #20396D: hue angle of 220.52º 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 #20396D is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 57 | 109 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.57 |
| HSL | 220.52º | 0.55% | 0.28% | - |
| HSV(B) | 220.52º | 0.71% | 0.43% | - |
| XYZ | 4.82 | 4.34 | 15.05 | - |
| YUV | 55.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 109 | 0.71 | 0.48 | 0 | 0.57 | 220.52 | 0.55 | 0.28 |
| Hex | 20 | 39 | 6D | 47 | 30 | 0 | 39 | DD | 37 | 1C |
| Octal | 40 | 71 | 155 | 107 | 60 | 0 | 71 | 335 | 67 | 34 |
| Binary | 100000 | 111001 | 1101101 | 1000111 | 110000 | 0 | 111001 | 11011101 | 110111 | 11100 |
Color Harmonies of #20396D
Complementary color
Monochromatic Colors of #20396D
Black with #20396D
Text Example
Text Example
White with #20396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20396D; }
p { color: rgb(32,57,109); }
H1.HeaderClassName
{
color: #20396D;
}
.AnyTagClassName
{
color: #20396D;
}
</style>
background-color css
<style>
a { background-color: #20396D; }
a { background-color: rgb(32,57,109); }
div.DivClassName
{
background-color: #20396D;
}
.BgClassName
{
background-color: #20396D;
}
</style>
border-color css
<style>
span { border-color: #20396D; }
span { border-color: rgb(32,57,109); }
td.TdClassName
{
border-color: #20396D;
}
.TagClassName
{
border-color: #20396D;
}
</style>