Shades of Catalina Blue #203A66
Tints of Catalina Blue #203A66
RGB
CMYK
RGB Variations
Color information
#203A66 (or 0x203A66) is known color: Catalina Blue. HEX triplet: 20, 3A and 66. RGB value is (32,58,102). Sum of RGB (Red+Green+Blue) = 32+58+102=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #203A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A66 is #DFC599. Grayscale: #373737. Windows color (decimal): -14665114 or 6699552. OLE color: 6699552.
HSL color Cylindrical-coordinate representation of color #203A66: hue angle of 217.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203A66 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 58 | 102 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.6 |
| HSL | 217.71º | 0.52% | 0.26% | - |
| HSV(B) | 217.71º | 0.69% | 0.4% | - |
| XYZ | 4.51 | 4.29 | 13.16 | - |
| YUV | 55.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 102 | 0.69 | 0.43 | 0 | 0.6 | 217.71 | 0.52 | 0.26 |
| Hex | 20 | 3A | 66 | 45 | 2B | 0 | 3C | DA | 34 | 1A |
| Octal | 40 | 72 | 146 | 105 | 53 | 0 | 74 | 332 | 64 | 32 |
| Binary | 100000 | 111010 | 1100110 | 1000101 | 101011 | 0 | 111100 | 11011010 | 110100 | 11010 |
Color Harmonies of #203A66
Complementary color
Monochromatic Colors of #203A66
Black with #203A66
Text Example
Text Example
White with #203A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A66; }
p { color: rgb(32,58,102); }
H1.HeaderClassName
{
color: #203A66;
}
.AnyTagClassName
{
color: #203A66;
}
</style>
background-color css
<style>
a { background-color: #203A66; }
a { background-color: rgb(32,58,102); }
div.DivClassName
{
background-color: #203A66;
}
.BgClassName
{
background-color: #203A66;
}
</style>
border-color css
<style>
span { border-color: #203A66; }
span { border-color: rgb(32,58,102); }
td.TdClassName
{
border-color: #203A66;
}
.TagClassName
{
border-color: #203A66;
}
</style>