Shades of Catalina Blue #203A62
Tints of Catalina Blue #203A62
RGB
CMYK
RGB Variations
Color information
#203A62 (or 0x203A62) is known color: Catalina Blue. HEX triplet: 20, 3A and 62. RGB value is (32,58,98). Sum of RGB (Red+Green+Blue) = 32+58+98=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #203A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A62 is #DFC59D. Grayscale: #363636. Windows color (decimal): -14665118 or 6437408. OLE color: 6437408.
HSL color Cylindrical-coordinate representation of color #203A62: hue angle of 216.36º 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 #203A62 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 58 | 98 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.62 |
| HSL | 216.36º | 0.51% | 0.25% | - |
| HSV(B) | 216.36º | 0.67% | 0.38% | - |
| XYZ | 4.31 | 4.22 | 12.14 | - |
| YUV | 54.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 98 | 0.67 | 0.41 | 0 | 0.62 | 216.36 | 0.51 | 0.25 |
| Hex | 20 | 3A | 62 | 43 | 29 | 0 | 3E | D8 | 33 | 19 |
| Octal | 40 | 72 | 142 | 103 | 51 | 0 | 76 | 330 | 63 | 31 |
| Binary | 100000 | 111010 | 1100010 | 1000011 | 101001 | 0 | 111110 | 11011000 | 110011 | 11001 |
Color Harmonies of #203A62
Complementary color
Monochromatic Colors of #203A62
Black with #203A62
Text Example
Text Example
White with #203A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A62; }
p { color: rgb(32,58,98); }
H1.HeaderClassName
{
color: #203A62;
}
.AnyTagClassName
{
color: #203A62;
}
</style>
background-color css
<style>
a { background-color: #203A62; }
a { background-color: rgb(32,58,98); }
div.DivClassName
{
background-color: #203A62;
}
.BgClassName
{
background-color: #203A62;
}
</style>
border-color css
<style>
span { border-color: #203A62; }
span { border-color: rgb(32,58,98); }
td.TdClassName
{
border-color: #203A62;
}
.TagClassName
{
border-color: #203A62;
}
</style>