Shades of Catalina Blue #203B63
Tints of Catalina Blue #203B63
RGB
CMYK
RGB Variations
Color information
#203B63 (or 0x203B63) is known color: Catalina Blue. HEX triplet: 20, 3B and 63. RGB value is (32,59,99). Sum of RGB (Red+Green+Blue) = 32+59+99=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #203B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B63 is #DFC49C. Grayscale: #373737. Windows color (decimal): -14664861 or 6503200. OLE color: 6503200.
HSL color Cylindrical-coordinate representation of color #203B63: hue angle of 215.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203B63 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 59 | 99 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.61 |
| HSL | 215.82º | 0.51% | 0.26% | - |
| HSV(B) | 215.82º | 0.68% | 0.39% | - |
| XYZ | 4.41 | 4.34 | 12.41 | - |
| YUV | 55.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 99 | 0.68 | 0.40 | 0 | 0.61 | 215.82 | 0.51 | 0.26 |
| Hex | 20 | 3B | 63 | 44 | 28 | 0 | 3D | D8 | 33 | 1A |
| Octal | 40 | 73 | 143 | 104 | 50 | 0 | 75 | 330 | 63 | 32 |
| Binary | 100000 | 111011 | 1100011 | 1000100 | 101000 | 0 | 111101 | 11011000 | 110011 | 11010 |
Color Harmonies of #203B63
Complementary color
Monochromatic Colors of #203B63
Black with #203B63
Text Example
Text Example
White with #203B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B63; }
p { color: rgb(32,59,99); }
H1.HeaderClassName
{
color: #203B63;
}
.AnyTagClassName
{
color: #203B63;
}
</style>
background-color css
<style>
a { background-color: #203B63; }
a { background-color: rgb(32,59,99); }
div.DivClassName
{
background-color: #203B63;
}
.BgClassName
{
background-color: #203B63;
}
</style>
border-color css
<style>
span { border-color: #203B63; }
span { border-color: rgb(32,59,99); }
td.TdClassName
{
border-color: #203B63;
}
.TagClassName
{
border-color: #203B63;
}
</style>