Shades of Catalina Blue #203059
Tints of Catalina Blue #203059
RGB
CMYK
RGB Variations
Color information
#203059 (or 0x203059) is known color: Catalina Blue. HEX triplet: 20, 30 and 59. RGB value is (32,48,89). Sum of RGB (Red+Green+Blue) = 32+48+89=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #203059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203059 is #DFCFA6. Grayscale: #2F2F2F. Windows color (decimal): -14667687 or 5845024. OLE color: 5845024.
HSL color Cylindrical-coordinate representation of color #203059: hue angle of 223.16º 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 #203059 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 48 | 89 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.65 |
| HSL | 223.16º | 0.47% | 0.24% | - |
| HSV(B) | 223.16º | 0.64% | 0.35% | - |
| XYZ | 3.46 | 3.14 | 9.88 | - |
| YUV | 47.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 89 | 0.64 | 0.46 | 0 | 0.65 | 223.16 | 0.47 | 0.24 |
| Hex | 20 | 30 | 59 | 40 | 2E | 0 | 41 | DF | 2F | 18 |
| Octal | 40 | 60 | 131 | 100 | 56 | 0 | 101 | 337 | 57 | 30 |
| Binary | 100000 | 110000 | 1011001 | 1000000 | 101110 | 0 | 1000001 | 11011111 | 101111 | 11000 |
Color Harmonies of #203059
Complementary color
Monochromatic Colors of #203059
Black with #203059
Text Example
Text Example
White with #203059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203059; }
p { color: rgb(32,48,89); }
H1.HeaderClassName
{
color: #203059;
}
.AnyTagClassName
{
color: #203059;
}
</style>
background-color css
<style>
a { background-color: #203059; }
a { background-color: rgb(32,48,89); }
div.DivClassName
{
background-color: #203059;
}
.BgClassName
{
background-color: #203059;
}
</style>
border-color css
<style>
span { border-color: #203059; }
span { border-color: rgb(32,48,89); }
td.TdClassName
{
border-color: #203059;
}
.TagClassName
{
border-color: #203059;
}
</style>