Shades of Catalina Blue #203351
Tints of Catalina Blue #203351
RGB
CMYK
RGB Variations
Color information
#203351 (or 0x203351) is known color: Catalina Blue. HEX triplet: 20, 33 and 51. RGB value is (32,51,81). Sum of RGB (Red+Green+Blue) = 32+51+81=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #203351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203351 is #DFCCAE. Grayscale: #303030. Windows color (decimal): -14666927 or 5321504. OLE color: 5321504.
HSL color Cylindrical-coordinate representation of color #203351: hue angle of 216.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203351 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 51 | 81 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.68 |
| HSL | 216.73º | 0.43% | 0.22% | - |
| HSV(B) | 216.73º | 0.6% | 0.32% | - |
| XYZ | 3.26 | 3.27 | 8.24 | - |
| YUV | 48.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 81 | 0.60 | 0.37 | 0 | 0.68 | 216.73 | 0.43 | 0.22 |
| Hex | 20 | 33 | 51 | 3C | 25 | 0 | 44 | D9 | 2B | 16 |
| Octal | 40 | 63 | 121 | 74 | 45 | 0 | 104 | 331 | 53 | 26 |
| Binary | 100000 | 110011 | 1010001 | 111100 | 100101 | 0 | 1000100 | 11011001 | 101011 | 10110 |
Color Harmonies of #203351
Complementary color
Monochromatic Colors of #203351
Black with #203351
Text Example
Text Example
White with #203351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203351; }
p { color: rgb(32,51,81); }
H1.HeaderClassName
{
color: #203351;
}
.AnyTagClassName
{
color: #203351;
}
</style>
background-color css
<style>
a { background-color: #203351; }
a { background-color: rgb(32,51,81); }
div.DivClassName
{
background-color: #203351;
}
.BgClassName
{
background-color: #203351;
}
</style>
border-color css
<style>
span { border-color: #203351; }
span { border-color: rgb(32,51,81); }
td.TdClassName
{
border-color: #203351;
}
.TagClassName
{
border-color: #203351;
}
</style>