Shades of Catalina Blue #203B65
Tints of Catalina Blue #203B65
RGB
CMYK
RGB Variations
Color information
#203B65 (or 0x203B65) is known color: Catalina Blue. HEX triplet: 20, 3B and 65. RGB value is (32,59,101). Sum of RGB (Red+Green+Blue) = 32+59+101=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #203B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B65 is #DFC49A. Grayscale: #373737. Windows color (decimal): -14664859 or 6634272. OLE color: 6634272.
HSL color Cylindrical-coordinate representation of color #203B65: hue angle of 216.52º 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 #203B65 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 59 | 101 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.60 |
| HSL | 216.52º | 0.52% | 0.26% | - |
| HSV(B) | 216.52º | 0.68% | 0.4% | - |
| XYZ | 4.51 | 4.37 | 12.92 | - |
| YUV | 55.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 101 | 0.68 | 0.42 | 0 | 0.60 | 216.52 | 0.52 | 0.26 |
| Hex | 20 | 3B | 65 | 44 | 2A | 0 | 3C | D9 | 34 | 1A |
| Octal | 40 | 73 | 145 | 104 | 52 | 0 | 74 | 331 | 64 | 32 |
| Binary | 100000 | 111011 | 1100101 | 1000100 | 101010 | 0 | 111100 | 11011001 | 110100 | 11010 |
Color Harmonies of #203B65
Complementary color
Monochromatic Colors of #203B65
Black with #203B65
Text Example
Text Example
White with #203B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B65; }
p { color: rgb(32,59,101); }
H1.HeaderClassName
{
color: #203B65;
}
.AnyTagClassName
{
color: #203B65;
}
</style>
background-color css
<style>
a { background-color: #203B65; }
a { background-color: rgb(32,59,101); }
div.DivClassName
{
background-color: #203B65;
}
.BgClassName
{
background-color: #203B65;
}
</style>
border-color css
<style>
span { border-color: #203B65; }
span { border-color: rgb(32,59,101); }
td.TdClassName
{
border-color: #203B65;
}
.TagClassName
{
border-color: #203B65;
}
</style>