Shades of Catalina Blue #203F6A
Tints of Catalina Blue #203F6A
RGB
CMYK
RGB Variations
Color information
#203F6A (or 0x203F6A) is known color: Catalina Blue. HEX triplet: 20, 3F and 6A. RGB value is (32,63,106). Sum of RGB (Red+Green+Blue) = 32+63+106=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #203F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F6A is #DFC095. Grayscale: #3A3A3A. Windows color (decimal): -14663830 or 6962976. OLE color: 6962976.
HSL color Cylindrical-coordinate representation of color #203F6A: hue angle of 214.86º 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 #203F6A is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 63 | 106 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.58 |
| HSL | 214.86º | 0.54% | 0.27% | - |
| HSV(B) | 214.86º | 0.7% | 0.42% | - |
| XYZ | 4.97 | 4.9 | 14.32 | - |
| YUV | 58.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 106 | 0.70 | 0.41 | 0 | 0.58 | 214.86 | 0.54 | 0.27 |
| Hex | 20 | 3F | 6A | 46 | 29 | 0 | 3A | D7 | 36 | 1B |
| Octal | 40 | 77 | 152 | 106 | 51 | 0 | 72 | 327 | 66 | 33 |
| Binary | 100000 | 111111 | 1101010 | 1000110 | 101001 | 0 | 111010 | 11010111 | 110110 | 11011 |
Color Harmonies of #203F6A
Complementary color
Monochromatic Colors of #203F6A
Black with #203F6A
Text Example
Text Example
White with #203F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F6A; }
p { color: rgb(32,63,106); }
H1.HeaderClassName
{
color: #203F6A;
}
.AnyTagClassName
{
color: #203F6A;
}
</style>
background-color css
<style>
a { background-color: #203F6A; }
a { background-color: rgb(32,63,106); }
div.DivClassName
{
background-color: #203F6A;
}
.BgClassName
{
background-color: #203F6A;
}
</style>
border-color css
<style>
span { border-color: #203F6A; }
span { border-color: rgb(32,63,106); }
td.TdClassName
{
border-color: #203F6A;
}
.TagClassName
{
border-color: #203F6A;
}
</style>