Shades of Catalina Blue #203554
Tints of Catalina Blue #203554
RGB
CMYK
RGB Variations
Color information
#203554 (or 0x203554) is known color: Catalina Blue. HEX triplet: 20, 35 and 54. RGB value is (32,53,84). Sum of RGB (Red+Green+Blue) = 32+53+84=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #203554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203554 is #DFCAAB. Grayscale: #323232. Windows color (decimal): -14666412 or 5518624. OLE color: 5518624.
HSL color Cylindrical-coordinate representation of color #203554: hue angle of 215.77º 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 #203554 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 53 | 84 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.67 |
| HSL | 215.77º | 0.45% | 0.23% | - |
| HSV(B) | 215.77º | 0.62% | 0.33% | - |
| XYZ | 3.47 | 3.49 | 8.88 | - |
| YUV | 50.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 84 | 0.62 | 0.37 | 0 | 0.67 | 215.77 | 0.45 | 0.23 |
| Hex | 20 | 35 | 54 | 3E | 25 | 0 | 43 | D8 | 2D | 17 |
| Octal | 40 | 65 | 124 | 76 | 45 | 0 | 103 | 330 | 55 | 27 |
| Binary | 100000 | 110101 | 1010100 | 111110 | 100101 | 0 | 1000011 | 11011000 | 101101 | 10111 |
Color Harmonies of #203554
Complementary color
Monochromatic Colors of #203554
Black with #203554
Text Example
Text Example
White with #203554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203554; }
p { color: rgb(32,53,84); }
H1.HeaderClassName
{
color: #203554;
}
.AnyTagClassName
{
color: #203554;
}
</style>
background-color css
<style>
a { background-color: #203554; }
a { background-color: rgb(32,53,84); }
div.DivClassName
{
background-color: #203554;
}
.BgClassName
{
background-color: #203554;
}
</style>
border-color css
<style>
span { border-color: #203554; }
span { border-color: rgb(32,53,84); }
td.TdClassName
{
border-color: #203554;
}
.TagClassName
{
border-color: #203554;
}
</style>