Shades of Catalina Blue #203969
Tints of Catalina Blue #203969
RGB
CMYK
RGB Variations
Color information
#203969 (or 0x203969) is known color: Catalina Blue. HEX triplet: 20, 39 and 69. RGB value is (32,57,105). Sum of RGB (Red+Green+Blue) = 32+57+105=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #203969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203969 is #DFC696. Grayscale: #363636. Windows color (decimal): -14665367 or 6895904. OLE color: 6895904.
HSL color Cylindrical-coordinate representation of color #203969: hue angle of 219.45º 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 #203969 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 57 | 105 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.59 |
| HSL | 219.45º | 0.53% | 0.27% | - |
| HSV(B) | 219.45º | 0.7% | 0.41% | - |
| XYZ | 4.61 | 4.25 | 13.94 | - |
| YUV | 55 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 105 | 0.70 | 0.46 | 0 | 0.59 | 219.45 | 0.53 | 0.27 |
| Hex | 20 | 39 | 69 | 46 | 2E | 0 | 3B | DB | 35 | 1B |
| Octal | 40 | 71 | 151 | 106 | 56 | 0 | 73 | 333 | 65 | 33 |
| Binary | 100000 | 111001 | 1101001 | 1000110 | 101110 | 0 | 111011 | 11011011 | 110101 | 11011 |
Color Harmonies of #203969
Complementary color
Monochromatic Colors of #203969
Black with #203969
Text Example
Text Example
White with #203969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203969; }
p { color: rgb(32,57,105); }
H1.HeaderClassName
{
color: #203969;
}
.AnyTagClassName
{
color: #203969;
}
</style>
background-color css
<style>
a { background-color: #203969; }
a { background-color: rgb(32,57,105); }
div.DivClassName
{
background-color: #203969;
}
.BgClassName
{
background-color: #203969;
}
</style>
border-color css
<style>
span { border-color: #203969; }
span { border-color: rgb(32,57,105); }
td.TdClassName
{
border-color: #203969;
}
.TagClassName
{
border-color: #203969;
}
</style>