Shades of Catalina Blue #203A6B
Tints of Catalina Blue #203A6B
RGB
CMYK
RGB Variations
Color information
#203A6B (or 0x203A6B) is known color: Catalina Blue. HEX triplet: 20, 3A and 6B. RGB value is (32,58,107). Sum of RGB (Red+Green+Blue) = 32+58+107=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #203A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A6B is #DFC594. Grayscale: #373737. Windows color (decimal): -14665109 or 7027232. OLE color: 7027232.
HSL color Cylindrical-coordinate representation of color #203A6B: hue angle of 219.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 #203A6B is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 58 | 107 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.58 |
| HSL | 219.2º | 0.54% | 0.27% | - |
| HSV(B) | 219.2º | 0.7% | 0.42% | - |
| XYZ | 4.76 | 4.39 | 14.51 | - |
| YUV | 55.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 107 | 0.70 | 0.46 | 0 | 0.58 | 219.2 | 0.54 | 0.27 |
| Hex | 20 | 3A | 6B | 46 | 2E | 0 | 3A | DB | 36 | 1B |
| Octal | 40 | 72 | 153 | 106 | 56 | 0 | 72 | 333 | 66 | 33 |
| Binary | 100000 | 111010 | 1101011 | 1000110 | 101110 | 0 | 111010 | 11011011 | 110110 | 11011 |
Color Harmonies of #203A6B
Complementary color
Monochromatic Colors of #203A6B
Black with #203A6B
Text Example
Text Example
White with #203A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A6B; }
p { color: rgb(32,58,107); }
H1.HeaderClassName
{
color: #203A6B;
}
.AnyTagClassName
{
color: #203A6B;
}
</style>
background-color css
<style>
a { background-color: #203A6B; }
a { background-color: rgb(32,58,107); }
div.DivClassName
{
background-color: #203A6B;
}
.BgClassName
{
background-color: #203A6B;
}
</style>
border-color css
<style>
span { border-color: #203A6B; }
span { border-color: rgb(32,58,107); }
td.TdClassName
{
border-color: #203A6B;
}
.TagClassName
{
border-color: #203A6B;
}
</style>