Shades of Catalina Blue #203F63
Tints of Catalina Blue #203F63
RGB
CMYK
RGB Variations
Color information
#203F63 (or 0x203F63) is known color: Catalina Blue. HEX triplet: 20, 3F and 63. RGB value is (32,63,99). Sum of RGB (Red+Green+Blue) = 32+63+99=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #203F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F63 is #DFC09C. Grayscale: #393939. Windows color (decimal): -14663837 or 6504224. OLE color: 6504224.
HSL color Cylindrical-coordinate representation of color #203F63: hue angle of 212.24º 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 #203F63 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 63 | 99 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.61 |
| HSL | 212.24º | 0.51% | 0.26% | - |
| HSV(B) | 212.24º | 0.68% | 0.39% | - |
| XYZ | 4.63 | 4.76 | 12.48 | - |
| YUV | 57.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 99 | 0.68 | 0.36 | 0 | 0.61 | 212.24 | 0.51 | 0.26 |
| Hex | 20 | 3F | 63 | 44 | 24 | 0 | 3D | D4 | 33 | 1A |
| Octal | 40 | 77 | 143 | 104 | 44 | 0 | 75 | 324 | 63 | 32 |
| Binary | 100000 | 111111 | 1100011 | 1000100 | 100100 | 0 | 111101 | 11010100 | 110011 | 11010 |
Color Harmonies of #203F63
Complementary color
Monochromatic Colors of #203F63
Black with #203F63
Text Example
Text Example
White with #203F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F63; }
p { color: rgb(32,63,99); }
H1.HeaderClassName
{
color: #203F63;
}
.AnyTagClassName
{
color: #203F63;
}
</style>
background-color css
<style>
a { background-color: #203F63; }
a { background-color: rgb(32,63,99); }
div.DivClassName
{
background-color: #203F63;
}
.BgClassName
{
background-color: #203F63;
}
</style>
border-color css
<style>
span { border-color: #203F63; }
span { border-color: rgb(32,63,99); }
td.TdClassName
{
border-color: #203F63;
}
.TagClassName
{
border-color: #203F63;
}
</style>