Shades of Catalina Blue #203555
Tints of Catalina Blue #203555
RGB
CMYK
RGB Variations
Color information
#203555 (or 0x203555) is known color: Catalina Blue. HEX triplet: 20, 35 and 55. RGB value is (32,53,85). Sum of RGB (Red+Green+Blue) = 32+53+85=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #203555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203555 is #DFCAAA. Grayscale: #323232. Windows color (decimal): -14666411 or 5584160. OLE color: 5584160.
HSL color Cylindrical-coordinate representation of color #203555: hue angle of 216.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #203555 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 53 | 85 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.67 |
| HSL | 216.23º | 0.45% | 0.23% | - |
| HSV(B) | 216.23º | 0.62% | 0.33% | - |
| XYZ | 3.51 | 3.51 | 9.09 | - |
| YUV | 50.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 85 | 0.62 | 0.38 | 0 | 0.67 | 216.23 | 0.45 | 0.23 |
| Hex | 20 | 35 | 55 | 3E | 26 | 0 | 43 | D8 | 2D | 17 |
| Octal | 40 | 65 | 125 | 76 | 46 | 0 | 103 | 330 | 55 | 27 |
| Binary | 100000 | 110101 | 1010101 | 111110 | 100110 | 0 | 1000011 | 11011000 | 101101 | 10111 |
Color Harmonies of #203555
Complementary color
Monochromatic Colors of #203555
Black with #203555
Text Example
Text Example
White with #203555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203555; }
p { color: rgb(32,53,85); }
H1.HeaderClassName
{
color: #203555;
}
.AnyTagClassName
{
color: #203555;
}
</style>
background-color css
<style>
a { background-color: #203555; }
a { background-color: rgb(32,53,85); }
div.DivClassName
{
background-color: #203555;
}
.BgClassName
{
background-color: #203555;
}
</style>
border-color css
<style>
span { border-color: #203555; }
span { border-color: rgb(32,53,85); }
td.TdClassName
{
border-color: #203555;
}
.TagClassName
{
border-color: #203555;
}
</style>