Shades of Catalina Blue #203965
Tints of Catalina Blue #203965
RGB
CMYK
RGB Variations
Color information
#203965 (or 0x203965) is known color: Catalina Blue. HEX triplet: 20, 39 and 65. RGB value is (32,57,101). Sum of RGB (Red+Green+Blue) = 32+57+101=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #203965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203965 is #DFC69A. Grayscale: #363636. Windows color (decimal): -14665371 or 6633760. OLE color: 6633760.
HSL color Cylindrical-coordinate representation of color #203965: hue angle of 218.26º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203965 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 57 | 101 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.60 |
| HSL | 218.26º | 0.52% | 0.26% | - |
| HSV(B) | 218.26º | 0.68% | 0.4% | - |
| XYZ | 4.41 | 4.17 | 12.89 | - |
| YUV | 54.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 101 | 0.68 | 0.44 | 0 | 0.60 | 218.26 | 0.52 | 0.26 |
| Hex | 20 | 39 | 65 | 44 | 2C | 0 | 3C | DA | 34 | 1A |
| Octal | 40 | 71 | 145 | 104 | 54 | 0 | 74 | 332 | 64 | 32 |
| Binary | 100000 | 111001 | 1100101 | 1000100 | 101100 | 0 | 111100 | 11011010 | 110100 | 11010 |
Color Harmonies of #203965
Complementary color
Monochromatic Colors of #203965
Black with #203965
Text Example
Text Example
White with #203965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203965; }
p { color: rgb(32,57,101); }
H1.HeaderClassName
{
color: #203965;
}
.AnyTagClassName
{
color: #203965;
}
</style>
background-color css
<style>
a { background-color: #203965; }
a { background-color: rgb(32,57,101); }
div.DivClassName
{
background-color: #203965;
}
.BgClassName
{
background-color: #203965;
}
</style>
border-color css
<style>
span { border-color: #203965; }
span { border-color: rgb(32,57,101); }
td.TdClassName
{
border-color: #203965;
}
.TagClassName
{
border-color: #203965;
}
</style>