Shades of Catalina Blue #203558
Tints of Catalina Blue #203558
RGB
CMYK
RGB Variations
Color information
#203558 (or 0x203558) is known color: Catalina Blue. HEX triplet: 20, 35 and 58. RGB value is (32,53,88). Sum of RGB (Red+Green+Blue) = 32+53+88=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #203558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203558 is #DFCAA7. Grayscale: #323232. Windows color (decimal): -14666408 or 5780768. OLE color: 5780768.
HSL color Cylindrical-coordinate representation of color #203558: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #203558 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 53 | 88 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.65 |
| HSL | 217.5º | 0.47% | 0.24% | - |
| HSV(B) | 217.5º | 0.64% | 0.35% | - |
| XYZ | 3.63 | 3.56 | 9.73 | - |
| YUV | 50.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 88 | 0.64 | 0.40 | 0 | 0.65 | 217.5 | 0.47 | 0.24 |
| Hex | 20 | 35 | 58 | 40 | 28 | 0 | 41 | DA | 2F | 18 |
| Octal | 40 | 65 | 130 | 100 | 50 | 0 | 101 | 332 | 57 | 30 |
| Binary | 100000 | 110101 | 1011000 | 1000000 | 101000 | 0 | 1000001 | 11011010 | 101111 | 11000 |
Color Harmonies of #203558
Complementary color
Monochromatic Colors of #203558
Black with #203558
Text Example
Text Example
White with #203558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203558; }
p { color: rgb(32,53,88); }
H1.HeaderClassName
{
color: #203558;
}
.AnyTagClassName
{
color: #203558;
}
</style>
background-color css
<style>
a { background-color: #203558; }
a { background-color: rgb(32,53,88); }
div.DivClassName
{
background-color: #203558;
}
.BgClassName
{
background-color: #203558;
}
</style>
border-color css
<style>
span { border-color: #203558; }
span { border-color: rgb(32,53,88); }
td.TdClassName
{
border-color: #203558;
}
.TagClassName
{
border-color: #203558;
}
</style>