Shades of Catalina Blue #203F62
Tints of Catalina Blue #203F62
RGB
CMYK
RGB Variations
Color information
#203F62 (or 0x203F62) is known color: Catalina Blue. HEX triplet: 20, 3F and 62. RGB value is (32,63,98). Sum of RGB (Red+Green+Blue) = 32+63+98=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #203F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F62 is #DFC09D. Grayscale: #393939. Windows color (decimal): -14663838 or 6438688. OLE color: 6438688.
HSL color Cylindrical-coordinate representation of color #203F62: hue angle of 211.82º degrees, saturation: 0.51, 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 #203F62 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 63 | 98 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.62 |
| HSL | 211.82º | 0.51% | 0.25% | - |
| HSV(B) | 211.82º | 0.67% | 0.38% | - |
| XYZ | 4.58 | 4.74 | 12.23 | - |
| YUV | 57.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 98 | 0.67 | 0.36 | 0 | 0.62 | 211.82 | 0.51 | 0.25 |
| Hex | 20 | 3F | 62 | 43 | 24 | 0 | 3E | D4 | 33 | 19 |
| Octal | 40 | 77 | 142 | 103 | 44 | 0 | 76 | 324 | 63 | 31 |
| Binary | 100000 | 111111 | 1100010 | 1000011 | 100100 | 0 | 111110 | 11010100 | 110011 | 11001 |
Color Harmonies of #203F62
Complementary color
Monochromatic Colors of #203F62
Black with #203F62
Text Example
Text Example
White with #203F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F62; }
p { color: rgb(32,63,98); }
H1.HeaderClassName
{
color: #203F62;
}
.AnyTagClassName
{
color: #203F62;
}
</style>
background-color css
<style>
a { background-color: #203F62; }
a { background-color: rgb(32,63,98); }
div.DivClassName
{
background-color: #203F62;
}
.BgClassName
{
background-color: #203F62;
}
</style>
border-color css
<style>
span { border-color: #203F62; }
span { border-color: rgb(32,63,98); }
td.TdClassName
{
border-color: #203F62;
}
.TagClassName
{
border-color: #203F62;
}
</style>