Shades of Catalina Blue #203156
Tints of Catalina Blue #203156
RGB
CMYK
RGB Variations
Color information
#203156 (or 0x203156) is known color: Catalina Blue. HEX triplet: 20, 31 and 56. RGB value is (32,49,86). Sum of RGB (Red+Green+Blue) = 32+49+86=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #203156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203156 is #DFCEA9. Grayscale: #2F2F2F. Windows color (decimal): -14667434 or 5648672. OLE color: 5648672.
HSL color Cylindrical-coordinate representation of color #203156: hue angle of 221.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203156 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 49 | 86 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.66 |
| HSL | 221.11º | 0.46% | 0.23% | - |
| HSV(B) | 221.11º | 0.63% | 0.34% | - |
| XYZ | 3.37 | 3.18 | 9.24 | - |
| YUV | 48.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 86 | 0.63 | 0.43 | 0 | 0.66 | 221.11 | 0.46 | 0.23 |
| Hex | 20 | 31 | 56 | 3F | 2B | 0 | 42 | DD | 2E | 17 |
| Octal | 40 | 61 | 126 | 77 | 53 | 0 | 102 | 335 | 56 | 27 |
| Binary | 100000 | 110001 | 1010110 | 111111 | 101011 | 0 | 1000010 | 11011101 | 101110 | 10111 |
Color Harmonies of #203156
Complementary color
Monochromatic Colors of #203156
Black with #203156
Text Example
Text Example
White with #203156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203156; }
p { color: rgb(32,49,86); }
H1.HeaderClassName
{
color: #203156;
}
.AnyTagClassName
{
color: #203156;
}
</style>
background-color css
<style>
a { background-color: #203156; }
a { background-color: rgb(32,49,86); }
div.DivClassName
{
background-color: #203156;
}
.BgClassName
{
background-color: #203156;
}
</style>
border-color css
<style>
span { border-color: #203156; }
span { border-color: rgb(32,49,86); }
td.TdClassName
{
border-color: #203156;
}
.TagClassName
{
border-color: #203156;
}
</style>