Shades of Catalina Blue #203960
Tints of Catalina Blue #203960
RGB
CMYK
RGB Variations
Color information
#203960 (or 0x203960) is known color: Catalina Blue. HEX triplet: 20, 39 and 60. RGB value is (32,57,96). Sum of RGB (Red+Green+Blue) = 32+57+96=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #203960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203960 is #DFC69F. Grayscale: #353535. Windows color (decimal): -14665376 or 6306080. OLE color: 6306080.
HSL color Cylindrical-coordinate representation of color #203960: hue angle of 216.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203960 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 57 | 96 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.62 |
| HSL | 216.56º | 0.5% | 0.25% | - |
| HSV(B) | 216.56º | 0.67% | 0.38% | - |
| XYZ | 4.17 | 4.08 | 11.63 | - |
| YUV | 53.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 96 | 0.67 | 0.41 | 0 | 0.62 | 216.56 | 0.5 | 0.25 |
| Hex | 20 | 39 | 60 | 43 | 29 | 0 | 3E | D9 | 32 | 19 |
| Octal | 40 | 71 | 140 | 103 | 51 | 0 | 76 | 331 | 62 | 31 |
| Binary | 100000 | 111001 | 1100000 | 1000011 | 101001 | 0 | 111110 | 11011001 | 110010 | 11001 |
Color Harmonies of #203960
Complementary color
Monochromatic Colors of #203960
Black with #203960
Text Example
Text Example
White with #203960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203960; }
p { color: rgb(32,57,96); }
H1.HeaderClassName
{
color: #203960;
}
.AnyTagClassName
{
color: #203960;
}
</style>
background-color css
<style>
a { background-color: #203960; }
a { background-color: rgb(32,57,96); }
div.DivClassName
{
background-color: #203960;
}
.BgClassName
{
background-color: #203960;
}
</style>
border-color css
<style>
span { border-color: #203960; }
span { border-color: rgb(32,57,96); }
td.TdClassName
{
border-color: #203960;
}
.TagClassName
{
border-color: #203960;
}
</style>