Shades of Catalina Blue #203569
Tints of Catalina Blue #203569
RGB
CMYK
RGB Variations
Color information
#203569 (or 0x203569) is known color: Catalina Blue. HEX triplet: 20, 35 and 69. RGB value is (32,53,105). Sum of RGB (Red+Green+Blue) = 32+53+105=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #203569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203569 is #DFCA96. Grayscale: #343434. Windows color (decimal): -14666391 or 6894880. OLE color: 6894880.
HSL color Cylindrical-coordinate representation of color #203569: hue angle of 222.74º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #203569 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 53 | 105 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.59 |
| HSL | 222.74º | 0.53% | 0.27% | - |
| HSV(B) | 222.74º | 0.7% | 0.41% | - |
| XYZ | 4.42 | 3.87 | 13.88 | - |
| YUV | 52.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 105 | 0.70 | 0.50 | 0 | 0.59 | 222.74 | 0.53 | 0.27 |
| Hex | 20 | 35 | 69 | 46 | 32 | 0 | 3B | DF | 35 | 1B |
| Octal | 40 | 65 | 151 | 106 | 62 | 0 | 73 | 337 | 65 | 33 |
| Binary | 100000 | 110101 | 1101001 | 1000110 | 110010 | 0 | 111011 | 11011111 | 110101 | 11011 |
Color Harmonies of #203569
Complementary color
Monochromatic Colors of #203569
Black with #203569
Text Example
Text Example
White with #203569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203569; }
p { color: rgb(32,53,105); }
H1.HeaderClassName
{
color: #203569;
}
.AnyTagClassName
{
color: #203569;
}
</style>
background-color css
<style>
a { background-color: #203569; }
a { background-color: rgb(32,53,105); }
div.DivClassName
{
background-color: #203569;
}
.BgClassName
{
background-color: #203569;
}
</style>
border-color css
<style>
span { border-color: #203569; }
span { border-color: rgb(32,53,105); }
td.TdClassName
{
border-color: #203569;
}
.TagClassName
{
border-color: #203569;
}
</style>