Shades of Catalina Blue #203A65
Tints of Catalina Blue #203A65
RGB
CMYK
RGB Variations
Color information
#203A65 (or 0x203A65) is known color: Catalina Blue. HEX triplet: 20, 3A and 65. RGB value is (32,58,101). Sum of RGB (Red+Green+Blue) = 32+58+101=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #203A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A65 is #DFC59A. Grayscale: #363636. Windows color (decimal): -14665115 or 6634016. OLE color: 6634016.
HSL color Cylindrical-coordinate representation of color #203A65: hue angle of 217.39º 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 #203A65 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 58 | 101 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.60 |
| HSL | 217.39º | 0.52% | 0.26% | - |
| HSV(B) | 217.39º | 0.68% | 0.4% | - |
| XYZ | 4.46 | 4.27 | 12.9 | - |
| YUV | 55.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 101 | 0.68 | 0.43 | 0 | 0.60 | 217.39 | 0.52 | 0.26 |
| Hex | 20 | 3A | 65 | 44 | 2B | 0 | 3C | D9 | 34 | 1A |
| Octal | 40 | 72 | 145 | 104 | 53 | 0 | 74 | 331 | 64 | 32 |
| Binary | 100000 | 111010 | 1100101 | 1000100 | 101011 | 0 | 111100 | 11011001 | 110100 | 11010 |
Color Harmonies of #203A65
Complementary color
Monochromatic Colors of #203A65
Black with #203A65
Text Example
Text Example
White with #203A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A65; }
p { color: rgb(32,58,101); }
H1.HeaderClassName
{
color: #203A65;
}
.AnyTagClassName
{
color: #203A65;
}
</style>
background-color css
<style>
a { background-color: #203A65; }
a { background-color: rgb(32,58,101); }
div.DivClassName
{
background-color: #203A65;
}
.BgClassName
{
background-color: #203A65;
}
</style>
border-color css
<style>
span { border-color: #203A65; }
span { border-color: rgb(32,58,101); }
td.TdClassName
{
border-color: #203A65;
}
.TagClassName
{
border-color: #203A65;
}
</style>