Shades of Catalina Blue #203560
Tints of Catalina Blue #203560
RGB
CMYK
RGB Variations
Color information
#203560 (or 0x203560) is known color: Catalina Blue. HEX triplet: 20, 35 and 60. RGB value is (32,53,96). Sum of RGB (Red+Green+Blue) = 32+53+96=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #203560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203560 is #DFCA9F. Grayscale: #333333. Windows color (decimal): -14666400 or 6305056. OLE color: 6305056.
HSL color Cylindrical-coordinate representation of color #203560: hue angle of 220.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203560 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 53 | 96 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.62 |
| HSL | 220.31º | 0.5% | 0.25% | - |
| HSV(B) | 220.31º | 0.67% | 0.38% | - |
| XYZ | 3.98 | 3.7 | 11.57 | - |
| YUV | 51.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 96 | 0.67 | 0.45 | 0 | 0.62 | 220.31 | 0.5 | 0.25 |
| Hex | 20 | 35 | 60 | 43 | 2D | 0 | 3E | DC | 32 | 19 |
| Octal | 40 | 65 | 140 | 103 | 55 | 0 | 76 | 334 | 62 | 31 |
| Binary | 100000 | 110101 | 1100000 | 1000011 | 101101 | 0 | 111110 | 11011100 | 110010 | 11001 |
Color Harmonies of #203560
Complementary color
Monochromatic Colors of #203560
Black with #203560
Text Example
Text Example
White with #203560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203560; }
p { color: rgb(32,53,96); }
H1.HeaderClassName
{
color: #203560;
}
.AnyTagClassName
{
color: #203560;
}
</style>
background-color css
<style>
a { background-color: #203560; }
a { background-color: rgb(32,53,96); }
div.DivClassName
{
background-color: #203560;
}
.BgClassName
{
background-color: #203560;
}
</style>
border-color css
<style>
span { border-color: #203560; }
span { border-color: rgb(32,53,96); }
td.TdClassName
{
border-color: #203560;
}
.TagClassName
{
border-color: #203560;
}
</style>