Shades of Catalina Blue #203F6B
Tints of Catalina Blue #203F6B
RGB
CMYK
RGB Variations
Color information
#203F6B (or 0x203F6B) is known color: Catalina Blue. HEX triplet: 20, 3F and 6B. RGB value is (32,63,107). Sum of RGB (Red+Green+Blue) = 32+63+107=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #203F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F6B is #DFC094. Grayscale: #3A3A3A. Windows color (decimal): -14663829 or 7028512. OLE color: 7028512.
HSL color Cylindrical-coordinate representation of color #203F6B: hue angle of 215.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #203F6B is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 63 | 107 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.58 |
| HSL | 215.2º | 0.54% | 0.27% | - |
| HSV(B) | 215.2º | 0.7% | 0.42% | - |
| XYZ | 5.03 | 4.92 | 14.6 | - |
| YUV | 58.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 107 | 0.70 | 0.41 | 0 | 0.58 | 215.2 | 0.54 | 0.27 |
| Hex | 20 | 3F | 6B | 46 | 29 | 0 | 3A | D7 | 36 | 1B |
| Octal | 40 | 77 | 153 | 106 | 51 | 0 | 72 | 327 | 66 | 33 |
| Binary | 100000 | 111111 | 1101011 | 1000110 | 101001 | 0 | 111010 | 11010111 | 110110 | 11011 |
Color Harmonies of #203F6B
Complementary color
Monochromatic Colors of #203F6B
Black with #203F6B
Text Example
Text Example
White with #203F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F6B; }
p { color: rgb(32,63,107); }
H1.HeaderClassName
{
color: #203F6B;
}
.AnyTagClassName
{
color: #203F6B;
}
</style>
background-color css
<style>
a { background-color: #203F6B; }
a { background-color: rgb(32,63,107); }
div.DivClassName
{
background-color: #203F6B;
}
.BgClassName
{
background-color: #203F6B;
}
</style>
border-color css
<style>
span { border-color: #203F6B; }
span { border-color: rgb(32,63,107); }
td.TdClassName
{
border-color: #203F6B;
}
.TagClassName
{
border-color: #203F6B;
}
</style>