Shades of Catalina Blue #203660
Tints of Catalina Blue #203660
RGB
CMYK
RGB Variations
Color information
#203660 (or 0x203660) is known color: Catalina Blue. HEX triplet: 20, 36 and 60. RGB value is (32,54,96). Sum of RGB (Red+Green+Blue) = 32+54+96=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #203660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203660 is #DFC99F. Grayscale: #343434. Windows color (decimal): -14666144 or 6305312. OLE color: 6305312.
HSL color Cylindrical-coordinate representation of color #203660: hue angle of 219.38º 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 #203660 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 54 | 96 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.62 |
| HSL | 219.38º | 0.5% | 0.25% | - |
| HSV(B) | 219.38º | 0.67% | 0.38% | - |
| XYZ | 4.03 | 3.79 | 11.59 | - |
| YUV | 52.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 96 | 0.67 | 0.44 | 0 | 0.62 | 219.38 | 0.5 | 0.25 |
| Hex | 20 | 36 | 60 | 43 | 2C | 0 | 3E | DB | 32 | 19 |
| Octal | 40 | 66 | 140 | 103 | 54 | 0 | 76 | 333 | 62 | 31 |
| Binary | 100000 | 110110 | 1100000 | 1000011 | 101100 | 0 | 111110 | 11011011 | 110010 | 11001 |
Color Harmonies of #203660
Complementary color
Monochromatic Colors of #203660
Black with #203660
Text Example
Text Example
White with #203660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203660; }
p { color: rgb(32,54,96); }
H1.HeaderClassName
{
color: #203660;
}
.AnyTagClassName
{
color: #203660;
}
</style>
background-color css
<style>
a { background-color: #203660; }
a { background-color: rgb(32,54,96); }
div.DivClassName
{
background-color: #203660;
}
.BgClassName
{
background-color: #203660;
}
</style>
border-color css
<style>
span { border-color: #203660; }
span { border-color: rgb(32,54,96); }
td.TdClassName
{
border-color: #203660;
}
.TagClassName
{
border-color: #203660;
}
</style>